#F85F31

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

Shades of Outrageous Orange #F85F31

Tints of Outrageous Orange #F85F31

Color information

#F85F31 (or 0xF85F31) is unknown color: approx Outrageous Orange. HEX triplet: F8, 5F and 31. RGB value is (248,95,49). Sum of RGB (Red+Green+Blue) = 248+95+49=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F31 is #07A0CE. Grayscale: #878787. Windows color (decimal): -499919 or 3235832. OLE color: 3235832.

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

Color convert

RGB2489549-
CMYK00.620.800.03
HSL13.87º93.43%58.24%-
HSV(B)13.87º80.24%97.25%-
XYZ43.3628.366.1-
YUV135.579.19208.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.27%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 49 (19.53% from 255) = 12.5%
R=63.27%
G=24.23%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248954900.620.800.0313.8793.4358.24
HexF85F3103E503e5d3a
Octal3701376107612031613572
Binary111110001011111110001011111010100001111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F31; }

 p { color: rgb(248,95,49); }

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

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

 a { background-color: rgb(248,95,49); }

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

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

 span { border-color: rgb(248,95,49); }

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