#F65007

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

Shades of International Orange #F65007

Tints of International Orange #F65007

Color information

#F65007 (or 0xF65007) is unknown color: approx International Orange. HEX triplet: F6, 50 and 07. RGB value is (246,80,7). Sum of RGB (Red+Green+Blue) = 246+80+7=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F65007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65007 is #09AFF8. Grayscale: #797979. Windows color (decimal): -634873 or 479478. OLE color: 479478.

HSL color Cylindrical-coordinate representation of color #F65007: hue angle of 18.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F65007 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB246807-
CMYK00.670.970.04
HSL18.33º94.47%49.61%-
HSV(B)18.33º97.15%96.47%-
XYZ40.9125.352.94-
YUV121.3163.5216.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 73.87%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 7 (3.12% from 255) = 2.10%
R=73.87%
G=24.02%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24680700.670.970.0418.3394.4749.61
HexF6507043614125e32
Octal3661207010314142213662
Binary111101101010000111010000111100001100100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65007; }

 p { color: rgb(246,80,7); }

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

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

 a { background-color: rgb(246,80,7); }

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

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

 span { border-color: rgb(246,80,7); }

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