#F12826

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

Shades of Red Orange #F12826

Tints of Red Orange #F12826

Color information

#F12826 (or 0xF12826) is unknown color: approx Red Orange. HEX triplet: F1, 28 and 26. RGB value is (241,40,38). Sum of RGB (Red+Green+Blue) = 241+40+38=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F12826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12826 is #0ED7D9. Grayscale: #646464. Windows color (decimal): -972762 or 2500849. OLE color: 2500849.

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

Color convert

RGB2414038-
CMYK00.830.840.05
HSL0.59º87.88%54.71%-
HSV(B)0.59º84.23%94.51%-
XYZ37.3820.363.79-
YUV99.8793.09228.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 75.55%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=75.55%
G=12.54%
B=11.91%

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
Decimal241403800.830.840.050.5987.8854.71
HexF1282605354515837
Octal361504601231245113067
Binary1111000110100010011001010011101010010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12826; }

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

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

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

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

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

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

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

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