Html Css Color HEX #F24018 Orange Red

📋 copy color: '#F24018'

red 242 ◦ green 64 ◦ blue 24

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

Shades of Orange Red #F24018

Tints of Orange Red #F24018

RGB

 RED value IS 242 (94.92% from 255) = 73.33%

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

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

R = 73.33%
G = 19.39%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24018 (or 0xF24018) is known color: Orange Red. HEX triplet: F2, 40 and 18. RGB value is (242,64,24). Sum of RGB (Red+Green+Blue) = 242+64+24=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F24018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24018 is #0DBFE7. Grayscale: #707070. Windows color (decimal): -901096 or 1589490. OLE color: 1589490.

HSL color Cylindrical-coordinate representation of color #F24018: hue angle of 11.01º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F24018 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 64 24 -
CMYK 0 0.74 0.90 0.05
HSL 11.01º 0.89% 0.52% -
HSV(B) 11.01º 0.9% 0.95% -
XYZ 38.62 22.61 3.19 -
YUV 112.66 77.97 220.25 -
System Red Green Blue C M Y K H S L
Decimal 242 64 24 0 0.74 0.90 0.05 11.01 0.89 0.52
Hex F2 40 18 0 4A 5A 5 B 59 34
Octal 362 100 30 0 112 132 5 13 131 64
Binary 11110010 1000000 11000 0 1001010 1011010 101 1011 1011001 110100

Color Harmonies of #F24018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24018

Black with #F24018

Text Example


Text Example

White with #F24018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24018; }

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

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

background-color css

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

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

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

border-color css

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

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

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