Html Css Color HEX #F64018 Orange Red

📋 copy color: '#F64018'

red 246 ◦ green 64 ◦ blue 24

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

Shades of Orange Red #F64018

Tints of Orange Red #F64018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 73.65%
G = 19.16%
B = 7.19%

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

#F64018 (or 0xF64018) is known color: Orange Red. HEX triplet: F6, 40 and 18. RGB value is (246,64,24). Sum of RGB (Red+Green+Blue) = 246+64+24=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64018 is #09BFE7. Grayscale: #727272. Windows color (decimal): -638952 or 1589494. OLE color: 1589494.

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

Color convert

RGB 246 64 24 -
CMYK 0 0.74 0.90 0.04
HSL 10.81º 0.93% 0.53% -
HSV(B) 10.81º 0.9% 0.96% -
XYZ 40 23.33 3.26 -
YUV 113.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 246 64 24 0 0.74 0.90 0.04 10.81 0.93 0.53
Hex F6 40 18 0 4A 5A 4 B 5C 35
Octal 366 100 30 0 112 132 4 13 134 65
Binary 11110110 1000000 11000 0 1001010 1011010 100 1011 1011100 110101

Color Harmonies of #F64018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64018

Black with #F64018

Text Example


Text Example

White with #F64018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64018; }

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

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

background-color css

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

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

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

border-color css

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

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

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