Html Css Color HEX #F64508 Orange Red

📋 copy color: '#F64508'

red 246 ◦ green 69 ◦ blue 8

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

Shades of Orange Red #F64508

Tints of Orange Red #F64508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 76.16%
G = 21.36%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64508 (or 0xF64508) is known color: Orange Red. HEX triplet: F6, 45 and 08. RGB value is (246,69,8). Sum of RGB (Red+Green+Blue) = 246+69+8=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F64508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64508 is #09BAF7. Grayscale: #737373. Windows color (decimal): -637688 or 542198. OLE color: 542198.

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

Color convert

RGB 246 69 8 -
CMYK 0 0.72 0.97 0.04
HSL 15.38º 0.94% 0.5% -
HSV(B) 15.38º 0.97% 0.96% -
XYZ 40.18 23.87 2.72 -
YUV 114.97 67.64 221.46 -
System Red Green Blue C M Y K H S L
Decimal 246 69 8 0 0.72 0.97 0.04 15.38 0.94 0.5
Hex F6 45 8 0 48 61 4 F 5E 32
Octal 366 105 10 0 110 141 4 17 136 62
Binary 11110110 1000101 1000 0 1001000 1100001 100 1111 1011110 110010

Color Harmonies of #F64508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64508

Black with #F64508

Text Example


Text Example

White with #F64508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64508; }

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

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

background-color css

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

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

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

border-color css

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

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

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