Html Css Color HEX #F64810 Orange Red

📋 copy color: '#F64810'

red 246 ◦ green 72 ◦ blue 16

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

Shades of Orange Red #F64810

Tints of Orange Red #F64810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 73.65%
G = 21.56%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64810 (or 0xF64810) is known color: Orange Red. HEX triplet: F6, 48 and 10. RGB value is (246,72,16). Sum of RGB (Red+Green+Blue) = 246+72+16=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64810 is #09B7EF. Grayscale: #767676. Windows color (decimal): -636912 or 1067254. OLE color: 1067254.

HSL color Cylindrical-coordinate representation of color #F64810: hue angle of 14.61º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F64810 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 72 16 -
CMYK 0 0.71 0.93 0.04
HSL 14.61º 0.93% 0.51% -
HSV(B) 14.61º 0.93% 0.96% -
XYZ 40.42 24.26 3.04 -
YUV 117.64 70.65 219.55 -
System Red Green Blue C M Y K H S L
Decimal 246 72 16 0 0.71 0.93 0.04 14.61 0.93 0.51
Hex F6 48 10 0 47 5D 4 F 5D 33
Octal 366 110 20 0 107 135 4 17 135 63
Binary 11110110 1001000 10000 0 1000111 1011101 100 1111 1011101 110011

Color Harmonies of #F64810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64810

Black with #F64810

Text Example


Text Example

White with #F64810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64810; }

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

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

background-color css

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

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

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

border-color css

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

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

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