Html Css Color HEX #F64222 Red Orange

📋 copy color: '#F64222'

red 246 ◦ green 66 ◦ blue 34

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

Shades of Red Orange #F64222

Tints of Red Orange #F64222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.83%

R = 71.1%
G = 19.08%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F64222 (or 0xF64222) is known color: Red Orange. HEX triplet: F6, 42 and 22. RGB value is (246,66,34). Sum of RGB (Red+Green+Blue) = 246+66+34=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F64222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64222 is #09BDDD. Grayscale: #747474. Windows color (decimal): -638430 or 2245366. OLE color: 2245366.

HSL color Cylindrical-coordinate representation of color #F64222: hue angle of 9.06º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F64222 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 34 -
CMYK 0 0.73 0.86 0.04
HSL 9.06º 0.92% 0.55% -
HSV(B) 9.06º 0.86% 0.96% -
XYZ 40.24 23.6 3.95 -
YUV 116.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 246 66 34 0 0.73 0.86 0.04 9.06 0.92 0.55
Hex F6 42 22 0 49 56 4 9 5C 37
Octal 366 102 42 0 111 126 4 11 134 67
Binary 11110110 1000010 100010 0 1001001 1010110 100 1001 1011100 110111

Color Harmonies of #F64222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64222

Black with #F64222

Text Example


Text Example

White with #F64222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64222; }

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

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

background-color css

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

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

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

border-color css

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

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

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