Html Css Color HEX #F64F0C International Orange

📋 copy color: '#F64F0C'

red 246 ◦ green 79 ◦ blue 12

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

Shades of International Orange #F64F0C

Tints of International Orange #F64F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.56%

R = 73%
G = 23.44%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F64F0C (or 0xF64F0C) is known color: International Orange. HEX triplet: F6, 4F and 0C. RGB value is (246,79,12). Sum of RGB (Red+Green+Blue) = 246+79+12=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F0C is #09B0F3. Grayscale: #797979. Windows color (decimal): -635124 or 806902. OLE color: 806902.

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

Color convert

RGB 246 79 12 -
CMYK 0 0.68 0.95 0.04
HSL 17.18º 0.93% 0.51% -
HSV(B) 17.18º 0.95% 0.96% -
XYZ 40.87 25.21 3.06 -
YUV 121.3 66.33 216.95 -
System Red Green Blue C M Y K H S L
Decimal 246 79 12 0 0.68 0.95 0.04 17.18 0.93 0.51
Hex F6 4F C 0 44 5F 4 11 5D 33
Octal 366 117 14 0 104 137 4 21 135 63
Binary 11110110 1001111 1100 0 1000100 1011111 100 10001 1011101 110011

Color Harmonies of #F64F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F0C

Black with #F64F0C

Text Example


Text Example

White with #F64F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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