Html Css Color HEX #F12822 Red Orange

📋 copy color: '#F12822'

red 241 ◦ green 40 ◦ blue 34

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

Shades of Red Orange #F12822

Tints of Red Orange #F12822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 76.51%
G = 12.7%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F12822 (or 0xF12822) is known color: Red Orange. HEX triplet: F1, 28 and 22. RGB value is (241,40,34). Sum of RGB (Red+Green+Blue) = 241+40+34=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F12822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12822 is #0ED7DD. Grayscale: #636363. Windows color (decimal): -972766 or 2238705. OLE color: 2238705.

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

Color convert

RGB 241 40 34 -
CMYK 0 0.83 0.86 0.05
HSL 1.74º 0.88% 0.54% -
HSV(B) 1.74º 0.86% 0.95% -
XYZ 37.32 20.33 3.47 -
YUV 99.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 241 40 34 0 0.83 0.86 0.05 1.74 0.88 0.54
Hex F1 28 22 0 53 56 5 2 58 36
Octal 361 50 42 0 123 126 5 2 130 66
Binary 11110001 101000 100010 0 1010011 1010110 101 10 1011000 110110

Color Harmonies of #F12822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12822

Black with #F12822

Text Example


Text Example

White with #F12822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12822; }

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

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

background-color css

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

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

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

border-color css

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

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

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