#FB2824

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

Shades of Red Orange #FB2824

Tints of Red Orange #FB2824

Color information

#FB2824 (or 0xFB2824) is unknown color: approx Red Orange. HEX triplet: FB, 28 and 24. RGB value is (251,40,36). Sum of RGB (Red+Green+Blue) = 251+40+36=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2824 is #04D7DB. Grayscale: #666666. Windows color (decimal): -317404 or 2369787. OLE color: 2369787.

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

Color convert

RGB2514036-
CMYK00.840.860.02
HSL1.12º96.41%56.27%-
HSV(B)1.12º85.66%98.43%-
XYZ40.8622.153.79-
YUV102.6390.4233.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.76%
GREEN value IS 40 (16.02% from 255) = 12.23%
BLUE value IS 36 (14.45% from 255) = 11.01%
R=76.76%
G=12.23%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251403600.840.860.021.1296.4156.27
HexFB282405456216038
Octal373504401241262114070
Binary111110111010001001000101010010101101011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2824; }

 p { color: rgb(251,40,36); }

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

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

 a { background-color: rgb(251,40,36); }

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

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

 span { border-color: rgb(251,40,36); }

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