#F95816

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

Shades of International Orange #F95816

Tints of International Orange #F95816

Color information

#F95816 (or 0xF95816) is unknown color: approx International Orange. HEX triplet: F9, 58 and 16. RGB value is (249,88,22). Sum of RGB (Red+Green+Blue) = 249+88+22=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F95816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95816 is #06A7E9. Grayscale: #818181. Windows color (decimal): -436202 or 1464569. OLE color: 1464569.

HSL color Cylindrical-coordinate representation of color #F95816: hue angle of 17.44º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F95816 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB2498822-
CMYK00.650.910.02
HSL17.44º94.98%53.14%-
HSV(B)17.44º91.16%97.65%-
XYZ42.727.183.75-
YUV128.6267.84213.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.36%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 22 (8.98% from 255) = 6.13%
R=69.36%
G=24.51%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249882200.650.910.0217.4494.9853.14
HexF958160415B2115f35
Octal37113026010113322113765
Binary1111100110110001011001000001101101110100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95816; }

 p { color: rgb(249,88,22); }

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

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

 a { background-color: rgb(249,88,22); }

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

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

 span { border-color: rgb(249,88,22); }

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