#f15d25

Color #F15D25 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #F15D25

Tints of Outrageous Orange #F15D25

Color information

#F15D25 (or 0xF15D25) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5D and 25. RGB value is (241,93,37). Sum of RGB (Red+Green+Blue) = 241+93+37=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D25 is #0EA2DA. Grayscale: #838383. Windows color (decimal): -959195 or 2448881. OLE color: 2448881.

HSL color Cylindrical-coordinate representation of color #F15D25: hue angle of 16.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F15D25 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB2419337-
CMYK00.610.850.05
HSL16.47º87.93%54.51%-
HSV(B)16.47º84.65%94.51%-
XYZ40.5226.664.76-
YUV130.8775.03206.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 37 (14.84% from 255) = 9.97%
R=64.96%
G=25.07%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241933700.610.850.0516.4787.9354.51
HexF15D2503D555105837
Octal3611354507512552013067
Binary11110001101110110010101111011010101101100001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15d25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15d25; }

 p { color: rgb(241,93,37); }

 H1.HeaderClassName
 {
   color: #f15d25;
 }
 .AnyTagClassName
 {
   color: #f15d25;
 }
</style>
background-color css

<style>
 a { background-color: #f15d25; }

 a { background-color: rgb(241,93,37); }

 div.DivClassName
 {
   background-color: #f15d25;
 }
 .BgClassName
 {
   background-color: #f15d25;
 }
</style>
border-color css

<style>
 span { border-color: #f15d25; }

 span { border-color: rgb(241,93,37); }

 td.TdClassName
 {
   border-color: #f15d25;
 }
 .TagClassName
 {
   border-color: #f15d25;
 }
</style>