Html Css Color HEX #F24118 Orange Red

📋 copy color: '#F24118'

red 242 ◦ green 65 ◦ blue 24

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

Shades of Orange Red #F24118

Tints of Orange Red #F24118

RGB

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

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

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

R = 73.11%
G = 19.64%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24118 (or 0xF24118) is known color: Orange Red. HEX triplet: F2, 41 and 18. RGB value is (242,65,24). Sum of RGB (Red+Green+Blue) = 242+65+24=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F24118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24118 is #0DBEE7. Grayscale: #717171. Windows color (decimal): -900840 or 1589746. OLE color: 1589746.

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

Color convert

RGB 242 65 24 -
CMYK 0 0.73 0.90 0.05
HSL 11.28º 0.89% 0.52% -
HSV(B) 11.28º 0.9% 0.95% -
XYZ 38.67 22.72 3.21 -
YUV 113.25 77.64 219.83 -
System Red Green Blue C M Y K H S L
Decimal 242 65 24 0 0.73 0.90 0.05 11.28 0.89 0.52
Hex F2 41 18 0 49 5A 5 B 59 34
Octal 362 101 30 0 111 132 5 13 131 64
Binary 11110010 1000001 11000 0 1001001 1011010 101 1011 1011001 110100

Color Harmonies of #F24118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24118

Black with #F24118

Text Example


Text Example

White with #F24118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24118; }

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

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

background-color css

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

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

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

border-color css

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

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

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