Html Css Color HEX #F64212 Orange Red

📋 copy color: '#F64212'

red 246 ◦ green 66 ◦ blue 18

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

Shades of Orange Red #F64212

Tints of Orange Red #F64212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 74.55%
G = 20%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64212 (or 0xF64212) is known color: Orange Red. HEX triplet: F6, 42 and 12. RGB value is (246,66,18). Sum of RGB (Red+Green+Blue) = 246+66+18=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F64212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64212 is #09BDED. Grayscale: #727272. Windows color (decimal): -638446 or 1196790. OLE color: 1196790.

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

Color convert

RGB 246 66 18 -
CMYK 0 0.73 0.93 0.04
HSL 12.63º 0.93% 0.52% -
HSV(B) 12.63º 0.93% 0.96% -
XYZ 40.06 23.53 3 -
YUV 114.35 73.63 221.9 -
System Red Green Blue C M Y K H S L
Decimal 246 66 18 0 0.73 0.93 0.04 12.63 0.93 0.52
Hex F6 42 12 0 49 5D 4 D 5D 34
Octal 366 102 22 0 111 135 4 15 135 64
Binary 11110110 1000010 10010 0 1001001 1011101 100 1101 1011101 110100

Color Harmonies of #F64212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64212

Black with #F64212

Text Example


Text Example

White with #F64212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64212; }

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

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

background-color css

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

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

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

border-color css

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

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

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