#F75411

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

Shades of International Orange #F75411

Tints of International Orange #F75411

Color information

#F75411 (or 0xF75411) is unknown color: approx International Orange. HEX triplet: F7, 54 and 11. RGB value is (247,84,17). Sum of RGB (Red+Green+Blue) = 247+84+17=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F75411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75411 is #08ABEE. Grayscale: #7D7D7D. Windows color (decimal): -568303 or 1135863. OLE color: 1135863.

HSL color Cylindrical-coordinate representation of color #F75411: hue angle of 17.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F75411 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB2478417-
CMYK00.660.930.03
HSL17.48º93.5%51.76%-
HSV(B)17.48º93.12%96.86%-
XYZ41.6326.163.38-
YUV125.167214.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.98%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 17 (7.03% from 255) = 4.89%
R=70.98%
G=24.14%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247841700.660.930.0317.4893.551.76
HexF754110425D3115d34
Octal36712421010213532113564
Binary1111011110101001000101000010101110111100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75411; }

 p { color: rgb(247,84,17); }

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

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

 a { background-color: rgb(247,84,17); }

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

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

 span { border-color: rgb(247,84,17); }

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