Html Css Color HEX #F64908 Orange Red

📋 copy color: '#F64908'

red 246 ◦ green 73 ◦ blue 8

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

Shades of Orange Red #F64908

Tints of Orange Red #F64908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 75.23%
G = 22.32%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64908 (or 0xF64908) is known color: Orange Red. HEX triplet: F6, 49 and 08. RGB value is (246,73,8). Sum of RGB (Red+Green+Blue) = 246+73+8=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F64908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64908 is #09B6F7. Grayscale: #757575. Windows color (decimal): -636664 or 543222. OLE color: 543222.

HSL color Cylindrical-coordinate representation of color #F64908: hue angle of 16.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F64908 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 8 -
CMYK 0 0.70 0.97 0.04
HSL 16.39º 0.94% 0.5% -
HSV(B) 16.39º 0.97% 0.96% -
XYZ 40.43 24.38 2.8 -
YUV 117.32 66.31 219.79 -
System Red Green Blue C M Y K H S L
Decimal 246 73 8 0 0.70 0.97 0.04 16.39 0.94 0.5
Hex F6 49 8 0 46 61 4 10 5E 32
Octal 366 111 10 0 106 141 4 20 136 62
Binary 11110110 1001001 1000 0 1000110 1100001 100 10000 1011110 110010

Color Harmonies of #F64908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64908

Black with #F64908

Text Example


Text Example

White with #F64908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64908; }

 p { color: rgb(246,73,8); }

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

background-color css

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

 a { background-color: rgb(246,73,8); }

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

border-color css

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

 span { border-color: rgb(246,73,8); }

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