#F65612

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

Shades of International Orange #F65612

Tints of International Orange #F65612

Color information

#F65612 (or 0xF65612) is unknown color: approx International Orange. HEX triplet: F6, 56 and 12. RGB value is (246,86,18). Sum of RGB (Red+Green+Blue) = 246+86+18=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F65612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65612 is #09A9ED. Grayscale: #7E7E7E. Windows color (decimal): -633326 or 1201910. OLE color: 1201910.

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

Color convert

RGB2468618-
CMYK00.650.930.04
HSL17.89º92.68%51.76%-
HSV(B)17.89º92.68%96.47%-
XYZ41.4426.293.46-
YUV126.0967.01213.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.29%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 18 (7.42% from 255) = 5.14%
R=70.29%
G=24.57%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246861800.650.930.0417.8992.6851.76
HexF656120415D4125d34
Octal36612622010113542213564
Binary11110110101011010010010000011011101100100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65612; }

 p { color: rgb(246,86,18); }

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

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

 a { background-color: rgb(246,86,18); }

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

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

 span { border-color: rgb(246,86,18); }

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