#F85C3F

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

Shades of Outrageous Orange #F85C3F

Tints of Outrageous Orange #F85C3F

Color information

#F85C3F (or 0xF85C3F) is unknown color: approx Outrageous Orange. HEX triplet: F8, 5C and 3F. RGB value is (248,92,63). Sum of RGB (Red+Green+Blue) = 248+92+63=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C3F is #07A3C0. Grayscale: #878787. Windows color (decimal): -500673 or 4152568. OLE color: 4152568.

HSL color Cylindrical-coordinate representation of color #F85C3F: hue angle of 9.41º 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 #F85C3F is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB2489263-
CMYK00.630.750.03
HSL9.41º92.96%60.98%-
HSV(B)9.41º74.6%97.25%-
XYZ43.4427.977.81-
YUV135.3487.18208.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.54%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 63 (25% from 255) = 15.63%
R=61.54%
G=22.83%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248926300.630.750.039.4192.9660.98
HexF85C3F03F4B395d3d
Octal3701347707711331113575
Binary111110001011100111111011111110010111110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C3F; }

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

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

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

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

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

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

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

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