#F75611

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

Shades of International Orange #F75611

Tints of International Orange #F75611

Color information

#F75611 (or 0xF75611) is unknown color: approx International Orange. HEX triplet: F7, 56 and 11. RGB value is (247,86,17). Sum of RGB (Red+Green+Blue) = 247+86+17=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F75611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75611 is #08A9EE. Grayscale: #7E7E7E. Windows color (decimal): -567791 or 1136375. OLE color: 1136375.

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

Color convert

RGB2478617-
CMYK00.650.930.03
HSL18º93.5%51.76%-
HSV(B)18º93.12%96.86%-
XYZ41.7926.473.44-
YUV126.2766.34214.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.57%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 17 (7.03% from 255) = 4.86%
R=70.57%
G=24.57%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247861700.650.930.031893.551.76
HexF756110415D3125d34
Octal36712621010113532213564
Binary1111011110101101000101000001101110111100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75611; }

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

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

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

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

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

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

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

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