Html Css Color HEX #F64818 Orange Red

📋 copy color: '#F64818'

red 246 ◦ green 72 ◦ blue 24

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

Shades of Orange Red #F64818

Tints of Orange Red #F64818

RGB

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

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

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

R = 71.93%
G = 21.05%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F64818 (or 0xF64818) is known color: Orange Red. HEX triplet: F6, 48 and 18. RGB value is (246,72,24). Sum of RGB (Red+Green+Blue) = 246+72+24=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F64818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64818 is #09B7E7. Grayscale: #767676. Windows color (decimal): -636904 or 1591542. OLE color: 1591542.

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

Color convert

RGB 246 72 24 -
CMYK 0 0.71 0.90 0.04
HSL 12.97º 0.93% 0.53% -
HSV(B) 12.97º 0.9% 0.96% -
XYZ 40.49 24.29 3.42 -
YUV 118.55 74.65 218.9 -
System Red Green Blue C M Y K H S L
Decimal 246 72 24 0 0.71 0.90 0.04 12.97 0.93 0.53
Hex F6 48 18 0 47 5A 4 D 5C 35
Octal 366 110 30 0 107 132 4 15 134 65
Binary 11110110 1001000 11000 0 1000111 1011010 100 1101 1011100 110101

Color Harmonies of #F64818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64818

Black with #F64818

Text Example


Text Example

White with #F64818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64818; }

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

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

background-color css

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

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

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

border-color css

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

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

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