#F45011

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

Shades of International Orange #F45011

Tints of International Orange #F45011

Color information

#F45011 (or 0xF45011) is unknown color: approx International Orange. HEX triplet: F4, 50 and 11. RGB value is (244,80,17). Sum of RGB (Red+Green+Blue) = 244+80+17=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F45011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45011 is #0BAFEE. Grayscale: #7A7A7A. Windows color (decimal): -765935 or 1134836. OLE color: 1134836.

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

Color convert

RGB2448017-
CMYK00.670.930.04
HSL16.65º91.16%51.18%-
HSV(B)16.65º93.03%95.69%-
XYZ40.2825.013.24-
YUV121.8568.83215.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 71.55%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 17 (7.03% from 255) = 4.99%
R=71.55%
G=23.46%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244801700.670.930.0416.6591.1651.18
HexF450110435D4115b33
Octal36412021010313542113363
Binary11110100101000010001010000111011101100100011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45011; }

 p { color: rgb(244,80,17); }

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

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

 a { background-color: rgb(244,80,17); }

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

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

 span { border-color: rgb(244,80,17); }

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