#F85214

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

Shades of International Orange #F85214

Tints of International Orange #F85214

Color information

#F85214 (or 0xF85214) is unknown color: approx International Orange. HEX triplet: F8, 52 and 14. RGB value is (248,82,20). Sum of RGB (Red+Green+Blue) = 248+82+20=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F85214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85214 is #07ADEB. Grayscale: #7C7C7C. Windows color (decimal): -503276 or 1331960. OLE color: 1331960.

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

Color convert

RGB2488220-
CMYK00.670.920.03
HSL16.32º94.21%52.55%-
HSV(B)16.32º91.94%97.25%-
XYZ41.8526.043.48-
YUV124.5769216.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 70.86%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 20 (8.20% from 255) = 5.71%
R=70.86%
G=23.43%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248822000.670.920.0316.3294.2152.55
HexF852140435C3105e35
Octal37012224010313432013665
Binary1111100010100101010001000011101110011100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85214; }

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

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

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

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

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

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

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

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