#F85714

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

Shades of International Orange #F85714

Tints of International Orange #F85714

Color information

#F85714 (or 0xF85714) is unknown color: approx International Orange. HEX triplet: F8, 57 and 14. RGB value is (248,87,20). Sum of RGB (Red+Green+Blue) = 248+87+20=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F85714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85714 is #07A8EB. Grayscale: #7F7F7F. Windows color (decimal): -501996 or 1333240. OLE color: 1333240.

HSL color Cylindrical-coordinate representation of color #F85714: hue angle of 17.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F85714 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB2488720-
CMYK00.650.920.03
HSL17.63º94.21%52.55%-
HSV(B)17.63º91.94%97.25%-
XYZ42.2526.823.61-
YUV127.567.34213.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 69.86%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 20 (8.20% from 255) = 5.63%
R=69.86%
G=24.51%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248872000.650.920.0317.6394.2152.55
HexF857140415C3125e35
Octal37012724010113432213665
Binary1111100010101111010001000001101110011100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85714; }

 p { color: rgb(248,87,20); }

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

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

 a { background-color: rgb(248,87,20); }

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

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

 span { border-color: rgb(248,87,20); }

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