Html Css Color HEX #F12A24 Red Orange

📋 copy color: '#F12A24'

red 241 ◦ green 42 ◦ blue 36

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

Shades of Red Orange #F12A24

Tints of Red Orange #F12A24

RGB

 RED value IS 241 (94.53% from 255) = 75.55%

 GREEN value IS 42 (16.8% from 255) = 13.17%

 BLUE value IS 36 (14.45% from 255) = 11.29%

R = 75.55%
G = 13.17%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12A24 (or 0xF12A24) is known color: Red Orange. HEX triplet: F1, 2A and 24. RGB value is (241,42,36). Sum of RGB (Red+Green+Blue) = 241+42+36=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A24 is #0ED5DB. Grayscale: #656565. Windows color (decimal): -972252 or 2370289. OLE color: 2370289.

HSL color Cylindrical-coordinate representation of color #F12A24: hue angle of 1.76º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12A24 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 42 36 -
CMYK 0 0.83 0.85 0.05
HSL 1.76º 0.88% 0.54% -
HSV(B) 1.76º 0.85% 0.95% -
XYZ 37.42 20.48 3.65 -
YUV 100.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 241 42 36 0 0.83 0.85 0.05 1.76 0.88 0.54
Hex F1 2A 24 0 53 55 5 2 58 36
Octal 361 52 44 0 123 125 5 2 130 66
Binary 11110001 101010 100100 0 1010011 1010101 101 10 1011000 110110

Color Harmonies of #F12A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A24

Black with #F12A24

Text Example


Text Example

White with #F12A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A24; }

 p { color: rgb(241,42,36); }

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

background-color css

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

 a { background-color: rgb(241,42,36); }

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

border-color css

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

 span { border-color: rgb(241,42,36); }

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