#F44F10

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

Shades of International Orange #F44F10

Tints of International Orange #F44F10

Color information

#F44F10 (or 0xF44F10) is unknown color: approx International Orange. HEX triplet: F4, 4F and 10. RGB value is (244,79,16). Sum of RGB (Red+Green+Blue) = 244+79+16=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F44F10 is #0BB0EF. Grayscale: #797979. Windows color (decimal): -766192 or 1069044. OLE color: 1069044.

HSL color Cylindrical-coordinate representation of color #F44F10: hue angle of 16.58º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F44F10 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB2447916-
CMYK00.680.930.04
HSL16.58º91.2%50.98%-
HSV(B)16.58º93.44%95.69%-
XYZ40.224.863.17-
YUV121.1568.66215.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 71.98%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 16 (6.64% from 255) = 4.72%
R=71.98%
G=23.30%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244791600.680.930.0416.5891.250.98
HexF44F100445D4115b33
Octal36411720010413542113363
Binary11110100100111110000010001001011101100100011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44F10; }

 p { color: rgb(244,79,16); }

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

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

 a { background-color: rgb(244,79,16); }

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

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

 span { border-color: rgb(244,79,16); }

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