Html Css Color HEX #F12522 Red Orange

📋 copy color: '#F12522'

red 241 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #F12522

Tints of Red Orange #F12522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 77.24%
G = 11.86%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F12522 (or 0xF12522) is known color: Red Orange. HEX triplet: F1, 25 and 22. RGB value is (241,37,34). Sum of RGB (Red+Green+Blue) = 241+37+34=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F12522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12522 is #0EDADD. Grayscale: #616161. Windows color (decimal): -973534 or 2237937. OLE color: 2237937.

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

Color convert

RGB 241 37 34 -
CMYK 0 0.85 0.86 0.05
HSL 0.87º 0.88% 0.54% -
HSV(B) 0.87º 0.86% 0.95% -
XYZ 37.23 20.14 3.44 -
YUV 97.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 241 37 34 0 0.85 0.86 0.05 0.87 0.88 0.54
Hex F1 25 22 0 55 56 5 1 58 36
Octal 361 45 42 0 125 126 5 1 130 66
Binary 11110001 100101 100010 0 1010101 1010110 101 1 1011000 110110

Color Harmonies of #F12522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12522

Black with #F12522

Text Example


Text Example

White with #F12522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12522; }

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

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

background-color css

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

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

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

border-color css

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

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

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