Html Css Color HEX #F12E25 Red Orange

📋 copy color: '#F12E25'

red 241 ◦ green 46 ◦ blue 37

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

Shades of Red Orange #F12E25

Tints of Red Orange #F12E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.2%

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 74.38%
G = 14.2%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12E25 (or 0xF12E25) is known color: Red Orange. HEX triplet: F1, 2E and 25. RGB value is (241,46,37). Sum of RGB (Red+Green+Blue) = 241+46+37=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E25 is #0ED1DA. Grayscale: #676767. Windows color (decimal): -971227 or 2436849. OLE color: 2436849.

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

Color convert

RGB 241 46 37 -
CMYK 0 0.81 0.85 0.05
HSL 2.65º 0.88% 0.55% -
HSV(B) 2.65º 0.85% 0.95% -
XYZ 37.59 20.79 3.78 -
YUV 103.28 90.6 226.23 -
System Red Green Blue C M Y K H S L
Decimal 241 46 37 0 0.81 0.85 0.05 2.65 0.88 0.55
Hex F1 2E 25 0 51 55 5 3 58 37
Octal 361 56 45 0 121 125 5 3 130 67
Binary 11110001 101110 100101 0 1010001 1010101 101 11 1011000 110111

Color Harmonies of #F12E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12E25

Black with #F12E25

Text Example


Text Example

White with #F12E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12E25; }

 p { color: rgb(241,46,37); }

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

background-color css

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

 a { background-color: rgb(241,46,37); }

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

border-color css

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

 span { border-color: rgb(241,46,37); }

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