#F12926

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

Shades of Red Orange #F12926

Tints of Red Orange #F12926

Color information

#F12926 (or 0xF12926) is unknown color: approx Red Orange. HEX triplet: F1, 29 and 26. RGB value is (241,41,38). Sum of RGB (Red+Green+Blue) = 241+41+38=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F12926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12926 is #0ED6D9. Grayscale: #646464. Windows color (decimal): -972506 or 2501105. OLE color: 2501105.

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

Color convert

RGB2414138-
CMYK00.830.840.05
HSL0.89º87.88%54.71%-
HSV(B)0.89º84.23%94.51%-
XYZ37.4220.433.8-
YUV100.4692.76228.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 75.31%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=75.31%
G=12.81%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241413800.830.840.050.8987.8854.71
HexF1292605354515837
Octal361514601231245113067
Binary1111000110100110011001010011101010010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12926; }

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

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

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

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

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

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

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

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