Html Css Color HEX #F64504 Orange Red

📋 copy color: '#F64504'

red 246 ◦ green 69 ◦ blue 4

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

Shades of Orange Red #F64504

Tints of Orange Red #F64504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 77.12%
G = 21.63%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F64504 (or 0xF64504) is known color: Orange Red. HEX triplet: F6, 45 and 04. RGB value is (246,69,4). Sum of RGB (Red+Green+Blue) = 246+69+4=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F64504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64504 is #09BAFB. Grayscale: #727272. Windows color (decimal): -637692 or 280054. OLE color: 280054.

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

Color convert

RGB 246 69 4 -
CMYK 0 0.72 0.98 0.04
HSL 16.12º 0.97% 0.49% -
HSV(B) 16.12º 0.98% 0.96% -
XYZ 40.16 23.86 2.6 -
YUV 114.51 65.64 221.79 -
System Red Green Blue C M Y K H S L
Decimal 246 69 4 0 0.72 0.98 0.04 16.12 0.97 0.49
Hex F6 45 4 0 48 62 4 10 61 31
Octal 366 105 4 0 110 142 4 20 141 61
Binary 11110110 1000101 100 0 1001000 1100010 100 10000 1100001 110001

Color Harmonies of #F64504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64504

Black with #F64504

Text Example


Text Example

White with #F64504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64504; }

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

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

background-color css

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

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

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

border-color css

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

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

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