#F95418

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

Shades of International Orange #F95418

Tints of International Orange #F95418

Color information

#F95418 (or 0xF95418) is unknown color: approx International Orange. HEX triplet: F9, 54 and 18. RGB value is (249,84,24). Sum of RGB (Red+Green+Blue) = 249+84+24=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F95418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95418 is #06ABE7. Grayscale: #7E7E7E. Windows color (decimal): -437224 or 1594617. OLE color: 1594617.

HSL color Cylindrical-coordinate representation of color #F95418: hue angle of 16º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F95418 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2498424-
CMYK00.660.900.02
HSL16º94.94%53.53%-
HSV(B)16º90.36%97.65%-
XYZ42.426.553.75-
YUV126.4970.16215.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.75%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=69.75%
G=23.53%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249842400.660.900.021694.9453.53
HexF954180425A2105f36
Octal37112430010213222013766
Binary1111100110101001100001000010101101010100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95418; }

 p { color: rgb(249,84,24); }

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

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

 a { background-color: rgb(249,84,24); }

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

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

 span { border-color: rgb(249,84,24); }

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