Html Css Color HEX #F64F08 International Orange

📋 copy color: '#F64F08'

red 246 ◦ green 79 ◦ blue 8

#F64F08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Orange #F64F08

Tints of International Orange #F64F08

RGB

 RED value IS 246 (96.48% from 255) = 73.87%

 GREEN value IS 79 (31.25% from 255) = 23.72%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 73.87%
G = 23.72%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64F08 (or 0xF64F08) is known color: International Orange. HEX triplet: F6, 4F and 08. RGB value is (246,79,8). Sum of RGB (Red+Green+Blue) = 246+79+8=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F08 is #09B0F7. Grayscale: #797979. Windows color (decimal): -635128 or 544758. OLE color: 544758.

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

Color convert

RGB 246 79 8 -
CMYK 0 0.68 0.97 0.04
HSL 17.9º 0.94% 0.5% -
HSV(B) 17.9º 0.97% 0.96% -
XYZ 40.85 25.2 2.94 -
YUV 120.84 64.33 217.27 -
System Red Green Blue C M Y K H S L
Decimal 246 79 8 0 0.68 0.97 0.04 17.9 0.94 0.5
Hex F6 4F 8 0 44 61 4 12 5E 32
Octal 366 117 10 0 104 141 4 22 136 62
Binary 11110110 1001111 1000 0 1000100 1100001 100 10010 1011110 110010

Color Harmonies of #F64F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F08

Black with #F64F08

Text Example


Text Example

White with #F64F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F08; }

 p { color: rgb(246,79,8); }

 H1.HeaderClassName
 {
   color: #F64F08;
 }
 .AnyTagClassName
 {
   color: #F64F08;
 }
</style>

background-color css

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

 a { background-color: rgb(246,79,8); }

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

border-color css

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

 span { border-color: rgb(246,79,8); }

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