Html Css Color HEX #F24112 Orange Red

📋 copy color: '#F24112'

red 242 ◦ green 65 ◦ blue 18

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

Shades of Orange Red #F24112

Tints of Orange Red #F24112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 74.46%
G = 20%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24112 (or 0xF24112) is known color: Orange Red. HEX triplet: F2, 41 and 12. RGB value is (242,65,18). Sum of RGB (Red+Green+Blue) = 242+65+18=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F24112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24112 is #0DBEED. Grayscale: #707070. Windows color (decimal): -900846 or 1196530. OLE color: 1196530.

HSL color Cylindrical-coordinate representation of color #F24112: hue angle of 12.59º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F24112 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 18 -
CMYK 0 0.73 0.93 0.05
HSL 12.59º 0.9% 0.51% -
HSV(B) 12.59º 0.93% 0.95% -
XYZ 38.62 22.7 2.92 -
YUV 112.57 74.64 220.32 -
System Red Green Blue C M Y K H S L
Decimal 242 65 18 0 0.73 0.93 0.05 12.59 0.9 0.51
Hex F2 41 12 0 49 5D 5 D 5A 33
Octal 362 101 22 0 111 135 5 15 132 63
Binary 11110010 1000001 10010 0 1001001 1011101 101 1101 1011010 110011

Color Harmonies of #F24112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24112

Black with #F24112

Text Example


Text Example

White with #F24112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24112; }

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

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

background-color css

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

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

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

border-color css

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

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

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