Html Css Color HEX #F64706 Orange Red

📋 copy color: '#F64706'

red 246 ◦ green 71 ◦ blue 6

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

Shades of Orange Red #F64706

Tints of Orange Red #F64706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 76.16%
G = 21.98%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F64706 (or 0xF64706) is known color: Orange Red. HEX triplet: F6, 47 and 06. RGB value is (246,71,6). Sum of RGB (Red+Green+Blue) = 246+71+6=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F64706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64706 is #09B8F9. Grayscale: #747474. Windows color (decimal): -637178 or 411638. OLE color: 411638.

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

Color convert

RGB 246 71 6 -
CMYK 0 0.71 0.98 0.04
HSL 16.25º 0.95% 0.49% -
HSV(B) 16.25º 0.98% 0.96% -
XYZ 40.29 24.11 2.7 -
YUV 115.92 65.98 220.79 -
System Red Green Blue C M Y K H S L
Decimal 246 71 6 0 0.71 0.98 0.04 16.25 0.95 0.49
Hex F6 47 6 0 47 62 4 10 5F 31
Octal 366 107 6 0 107 142 4 20 137 61
Binary 11110110 1000111 110 0 1000111 1100010 100 10000 1011111 110001

Color Harmonies of #F64706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64706

Black with #F64706

Text Example


Text Example

White with #F64706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64706; }

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

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

background-color css

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

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

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

border-color css

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

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

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