#FB2B1F

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

Shades of Red Orange #FB2B1F

Tints of Red Orange #FB2B1F

Color information

#FB2B1F (or 0xFB2B1F) is unknown color: approx Red Orange. HEX triplet: FB, 2B and 1F. RGB value is (251,43,31). Sum of RGB (Red+Green+Blue) = 251+43+31=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B1F is #04D4E0. Grayscale: #686868. Windows color (decimal): -316641 or 2042875. OLE color: 2042875.

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

Color convert

RGB2514331-
CMYK00.830.880.02
HSL3.27º96.49%55.29%-
HSV(B)3.27º87.65%98.43%-
XYZ40.8922.343.45-
YUV103.8286.91232.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 77.23%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=77.23%
G=13.23%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251433100.830.880.023.2796.4955.29
HexFB2B1F05358236037
Octal373533701231302314067
Binary111110111010111111101010011101100010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2B1F; }

 p { color: rgb(251,43,31); }

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

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

 a { background-color: rgb(251,43,31); }

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

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

 span { border-color: rgb(251,43,31); }

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