Html Css Color HEX #F64808 Orange Red

📋 copy color: '#F64808'

red 246 ◦ green 72 ◦ blue 8

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

Shades of Orange Red #F64808

Tints of Orange Red #F64808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 75.46%
G = 22.09%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64808 (or 0xF64808) is known color: Orange Red. HEX triplet: F6, 48 and 08. RGB value is (246,72,8). Sum of RGB (Red+Green+Blue) = 246+72+8=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F64808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64808 is #09B7F7. Grayscale: #757575. Windows color (decimal): -636920 or 542966. OLE color: 542966.

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

Color convert

RGB 246 72 8 -
CMYK 0 0.71 0.97 0.04
HSL 16.13º 0.94% 0.5% -
HSV(B) 16.13º 0.97% 0.96% -
XYZ 40.37 24.25 2.78 -
YUV 116.73 66.65 220.2 -
System Red Green Blue C M Y K H S L
Decimal 246 72 8 0 0.71 0.97 0.04 16.13 0.94 0.5
Hex F6 48 8 0 47 61 4 10 5E 32
Octal 366 110 10 0 107 141 4 20 136 62
Binary 11110110 1001000 1000 0 1000111 1100001 100 10000 1011110 110010

Color Harmonies of #F64808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64808

Black with #F64808

Text Example


Text Example

White with #F64808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64808; }

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

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

background-color css

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

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

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

border-color css

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

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

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