#FB2A26

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

Shades of Red Orange #FB2A26

Tints of Red Orange #FB2A26

Color information

#FB2A26 (or 0xFB2A26) is unknown color: approx Red Orange. HEX triplet: FB, 2A and 26. RGB value is (251,42,38). Sum of RGB (Red+Green+Blue) = 251+42+38=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A26 is #04D5D9. Grayscale: #686868. Windows color (decimal): -316890 or 2501371. OLE color: 2501371.

HSL color Cylindrical-coordinate representation of color #FB2A26: hue angle of 1.13º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2A26 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB2514238-
CMYK00.830.850.02
HSL1.13º96.38%56.67%-
HSV(B)1.13º84.86%98.43%-
XYZ40.9622.313.98-
YUV104.0390.74232.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 75.83%
GREEN value IS 42 (16.80% from 255) = 12.69%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=75.83%
G=12.69%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251423800.830.850.021.1396.3856.67
HexFB2A2605355216039
Octal373524601231252114071
Binary111110111010101001100101001110101011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2A26; }

 p { color: rgb(251,42,38); }

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

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

 a { background-color: rgb(251,42,38); }

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

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

 span { border-color: rgb(251,42,38); }

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