Html Css Color HEX #F64206 Orange Red

📋 copy color: '#F64206'

red 246 ◦ green 66 ◦ blue 6

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

Shades of Orange Red #F64206

Tints of Orange Red #F64206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 77.36%
G = 20.75%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F64206 (or 0xF64206) is known color: Orange Red. HEX triplet: F6, 42 and 06. RGB value is (246,66,6). Sum of RGB (Red+Green+Blue) = 246+66+6=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F64206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64206 is #09BDF9. Grayscale: #717171. Windows color (decimal): -638458 or 410358. OLE color: 410358.

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

Color convert

RGB 246 66 6 -
CMYK 0 0.73 0.98 0.04
HSL 15º 0.95% 0.49% -
HSV(B) 15º 0.98% 0.96% -
XYZ 39.99 23.5 2.6 -
YUV 112.98 67.63 222.88 -
System Red Green Blue C M Y K H S L
Decimal 246 66 6 0 0.73 0.98 0.04 15 0.95 0.49
Hex F6 42 6 0 49 62 4 F 5F 31
Octal 366 102 6 0 111 142 4 17 137 61
Binary 11110110 1000010 110 0 1001001 1100010 100 1111 1011111 110001

Color Harmonies of #F64206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64206

Black with #F64206

Text Example


Text Example

White with #F64206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64206; }

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

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

background-color css

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

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

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

border-color css

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

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

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