#F12820

Color #F12820 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F12820

Tints of Red Orange #F12820

Color information

#F12820 (or 0xF12820) is unknown color: approx Red Orange. HEX triplet: F1, 28 and 20. RGB value is (241,40,32). Sum of RGB (Red+Green+Blue) = 241+40+32=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12820 is #0ED7DF. Grayscale: #636363. Windows color (decimal): -972768 or 2107633. OLE color: 2107633.

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

Color convert

RGB2414032-
CMYK00.830.870.05
HSL2.3º88.19%53.53%-
HSV(B)2.3º86.72%94.51%-
XYZ37.320.323.32-
YUV99.1990.09229.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 77.00%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=77.00%
G=12.78%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241403200.830.870.052.388.1953.53
HexF1282005357525836
Octal361504001231275213066
Binary11110001101000100000010100111010111101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12820; }

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

 H1.HeaderClassName
 {
   color: #F12820;
 }
 .AnyTagClassName
 {
   color: #F12820;
 }
</style>
background-color css

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

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

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

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

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

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