Html Css Color HEX #F12D26 Red Orange

📋 copy color: '#F12D26'

red 241 ◦ green 45 ◦ blue 38

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

Shades of Red Orange #F12D26

Tints of Red Orange #F12D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 74.38%
G = 13.89%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F12D26 (or 0xF12D26) is known color: Red Orange. HEX triplet: F1, 2D and 26. RGB value is (241,45,38). Sum of RGB (Red+Green+Blue) = 241+45+38=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D26 is #0ED2D9. Grayscale: #676767. Windows color (decimal): -971482 or 2502129. OLE color: 2502129.

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

Color convert

RGB 241 45 38 -
CMYK 0 0.81 0.84 0.05
HSL 2.07º 0.88% 0.55% -
HSV(B) 2.07º 0.84% 0.95% -
XYZ 37.56 20.72 3.85 -
YUV 102.81 91.43 226.57 -
System Red Green Blue C M Y K H S L
Decimal 241 45 38 0 0.81 0.84 0.05 2.07 0.88 0.55
Hex F1 2D 26 0 51 54 5 2 58 37
Octal 361 55 46 0 121 124 5 2 130 67
Binary 11110001 101101 100110 0 1010001 1010100 101 10 1011000 110111

Color Harmonies of #F12D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D26

Black with #F12D26

Text Example


Text Example

White with #F12D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D26; }

 p { color: rgb(241,45,38); }

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

background-color css

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

 a { background-color: rgb(241,45,38); }

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

border-color css

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

 span { border-color: rgb(241,45,38); }

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