Html Css Color HEX #F24818 Orange Red

📋 copy color: '#F24818'

red 242 ◦ green 72 ◦ blue 24

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

Shades of Orange Red #F24818

Tints of Orange Red #F24818

RGB

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

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

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

R = 71.6%
G = 21.3%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24818 (or 0xF24818) is known color: Orange Red. HEX triplet: F2, 48 and 18. RGB value is (242,72,24). Sum of RGB (Red+Green+Blue) = 242+72+24=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F24818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24818 is #0DB7E7. Grayscale: #757575. Windows color (decimal): -899048 or 1591538. OLE color: 1591538.

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

Color convert

RGB 242 72 24 -
CMYK 0 0.70 0.90 0.05
HSL 13.21º 0.89% 0.52% -
HSV(B) 13.21º 0.9% 0.95% -
XYZ 39.1 23.58 3.35 -
YUV 117.36 75.32 216.9 -
System Red Green Blue C M Y K H S L
Decimal 242 72 24 0 0.70 0.90 0.05 13.21 0.89 0.52
Hex F2 48 18 0 46 5A 5 D 59 34
Octal 362 110 30 0 106 132 5 15 131 64
Binary 11110010 1001000 11000 0 1000110 1011010 101 1101 1011001 110100

Color Harmonies of #F24818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24818

Black with #F24818

Text Example


Text Example

White with #F24818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24818; }

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

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

background-color css

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

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

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

border-color css

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

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

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