Html Css Color HEX #F64118 Orange Red

📋 copy color: '#F64118'

red 246 ◦ green 65 ◦ blue 24

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

Shades of Orange Red #F64118

Tints of Orange Red #F64118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 73.43%
G = 19.4%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F64118 (or 0xF64118) is known color: Orange Red. HEX triplet: F6, 41 and 18. RGB value is (246,65,24). Sum of RGB (Red+Green+Blue) = 246+65+24=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F64118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64118 is #09BEE7. Grayscale: #727272. Windows color (decimal): -638696 or 1589750. OLE color: 1589750.

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

Color convert

RGB 246 65 24 -
CMYK 0 0.74 0.90 0.04
HSL 11.08º 0.93% 0.53% -
HSV(B) 11.08º 0.9% 0.96% -
XYZ 40.06 23.44 3.28 -
YUV 114.45 76.97 221.83 -
System Red Green Blue C M Y K H S L
Decimal 246 65 24 0 0.74 0.90 0.04 11.08 0.93 0.53
Hex F6 41 18 0 4A 5A 4 B 5C 35
Octal 366 101 30 0 112 132 4 13 134 65
Binary 11110110 1000001 11000 0 1001010 1011010 100 1011 1011100 110101

Color Harmonies of #F64118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64118

Black with #F64118

Text Example


Text Example

White with #F64118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64118; }

 p { color: rgb(246,65,24); }

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

background-color css

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

 a { background-color: rgb(246,65,24); }

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

border-color css

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

 span { border-color: rgb(246,65,24); }

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