Html Css Color HEX #F64410 Orange Red

📋 copy color: '#F64410'

red 246 ◦ green 68 ◦ blue 16

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

Shades of Orange Red #F64410

Tints of Orange Red #F64410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 74.55%
G = 20.61%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64410 (or 0xF64410) is known color: Orange Red. HEX triplet: F6, 44 and 10. RGB value is (246,68,16). Sum of RGB (Red+Green+Blue) = 246+68+16=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F64410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64410 is #09BBEF. Grayscale: #737373. Windows color (decimal): -637936 or 1066230. OLE color: 1066230.

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

Color convert

RGB 246 68 16 -
CMYK 0 0.72 0.93 0.04
HSL 13.57º 0.93% 0.51% -
HSV(B) 13.57º 0.93% 0.96% -
XYZ 40.17 23.76 2.96 -
YUV 115.29 71.97 221.23 -
System Red Green Blue C M Y K H S L
Decimal 246 68 16 0 0.72 0.93 0.04 13.57 0.93 0.51
Hex F6 44 10 0 48 5D 4 E 5D 33
Octal 366 104 20 0 110 135 4 16 135 63
Binary 11110110 1000100 10000 0 1001000 1011101 100 1110 1011101 110011

Color Harmonies of #F64410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64410

Black with #F64410

Text Example


Text Example

White with #F64410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64410; }

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

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

background-color css

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

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

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

border-color css

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

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

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