Html Css Color HEX #F12F28 Red Orange

📋 copy color: '#F12F28'

red 241 ◦ green 47 ◦ blue 40

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

Shades of Red Orange #F12F28

Tints of Red Orange #F12F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.33%

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 73.48%
G = 14.33%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F12F28 (or 0xF12F28) is known color: Red Orange. HEX triplet: F1, 2F and 28. RGB value is (241,47,40). Sum of RGB (Red+Green+Blue) = 241+47+40=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F28 is #0ED0D7. Grayscale: #686868. Windows color (decimal): -970968 or 2633713. OLE color: 2633713.

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

Color convert

RGB 241 47 40 -
CMYK 0 0.80 0.83 0.05
HSL 2.09º 0.88% 0.55% -
HSV(B) 2.09º 0.83% 0.95% -
XYZ 37.68 20.89 4.05 -
YUV 104.21 91.77 225.57 -
System Red Green Blue C M Y K H S L
Decimal 241 47 40 0 0.80 0.83 0.05 2.09 0.88 0.55
Hex F1 2F 28 0 50 53 5 2 58 37
Octal 361 57 50 0 120 123 5 2 130 67
Binary 11110001 101111 101000 0 1010000 1010011 101 10 1011000 110111

Color Harmonies of #F12F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F28

Black with #F12F28

Text Example


Text Example

White with #F12F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F28; }

 p { color: rgb(241,47,40); }

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

background-color css

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

 a { background-color: rgb(241,47,40); }

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

border-color css

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

 span { border-color: rgb(241,47,40); }

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