Html Css Color HEX #F64F11 International Orange

📋 copy color: '#F64F11'

red 246 ◦ green 79 ◦ blue 17

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

Shades of International Orange #F64F11

Tints of International Orange #F64F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 71.93%
G = 23.1%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64F11 (or 0xF64F11) is known color: International Orange. HEX triplet: F6, 4F and 11. RGB value is (246,79,17). Sum of RGB (Red+Green+Blue) = 246+79+17=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F11 is #09B0EE. Grayscale: #7A7A7A. Windows color (decimal): -635119 or 1134582. OLE color: 1134582.

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

Color convert

RGB 246 79 17 -
CMYK 0 0.68 0.93 0.04
HSL 16.24º 0.93% 0.52% -
HSV(B) 16.24º 0.93% 0.96% -
XYZ 40.9 25.23 3.24 -
YUV 121.87 68.83 216.54 -
System Red Green Blue C M Y K H S L
Decimal 246 79 17 0 0.68 0.93 0.04 16.24 0.93 0.52
Hex F6 4F 11 0 44 5D 4 10 5D 34
Octal 366 117 21 0 104 135 4 20 135 64
Binary 11110110 1001111 10001 0 1000100 1011101 100 10000 1011101 110100

Color Harmonies of #F64F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F11

Black with #F64F11

Text Example


Text Example

White with #F64F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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