Html Css Color HEX #F12F29 Red Orange

📋 copy color: '#F12F29'

red 241 ◦ green 47 ◦ blue 41

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

Shades of Red Orange #F12F29

Tints of Red Orange #F12F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 73.25%
G = 14.29%
B = 12.46%

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

#F12F29 (or 0xF12F29) is known color: Red Orange. HEX triplet: F1, 2F and 29. RGB value is (241,47,41). Sum of RGB (Red+Green+Blue) = 241+47+41=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F29 is #0ED0D6. Grayscale: #686868. Windows color (decimal): -970967 or 2699249. OLE color: 2699249.

HSL color Cylindrical-coordinate representation of color #F12F29: hue angle of 1.8º 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 #F12F29 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 41 -
CMYK 0 0.80 0.83 0.05
HSL 1.8º 0.88% 0.55% -
HSV(B) 1.8º 0.83% 0.95% -
XYZ 37.69 20.89 4.14 -
YUV 104.32 92.27 225.49 -
System Red Green Blue C M Y K H S L
Decimal 241 47 41 0 0.80 0.83 0.05 1.8 0.88 0.55
Hex F1 2F 29 0 50 53 5 2 58 37
Octal 361 57 51 0 120 123 5 2 130 67
Binary 11110001 101111 101001 0 1010000 1010011 101 10 1011000 110111

Color Harmonies of #F12F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F29

Black with #F12F29

Text Example


Text Example

White with #F12F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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