#F85E3F

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

Shades of Outrageous Orange #F85E3F

Tints of Outrageous Orange #F85E3F

Color information

#F85E3F (or 0xF85E3F) is unknown color: approx Outrageous Orange. HEX triplet: F8, 5E and 3F. RGB value is (248,94,63). Sum of RGB (Red+Green+Blue) = 248+94+63=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E3F is #07A1C0. Grayscale: #888888. Windows color (decimal): -500161 or 4153080. OLE color: 4153080.

HSL color Cylindrical-coordinate representation of color #F85E3F: hue angle of 10.05º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F85E3F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB2489463-
CMYK00.620.750.03
HSL10.05º92.96%60.98%-
HSV(B)10.05º74.6%97.25%-
XYZ43.6128.327.87-
YUV136.5186.52207.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.23%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 63 (25% from 255) = 15.56%
R=61.23%
G=23.21%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248946300.620.750.0310.0592.9660.98
HexF85E3F03E4B3a5d3d
Octal3701367707611331213575
Binary111110001011110111111011111010010111110101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E3F; }

 p { color: rgb(248,94,63); }

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

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

 a { background-color: rgb(248,94,63); }

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

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

 span { border-color: rgb(248,94,63); }

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