#FB7A32

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

Shades of Burnt Orange #FB7A32

Tints of Burnt Orange #FB7A32

Color information

#FB7A32 (or 0xFB7A32) is unknown color: approx Burnt Orange. HEX triplet: FB, 7A and 32. RGB value is (251,122,50). Sum of RGB (Red+Green+Blue) = 251+122+50=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A32 is #0485CD. Grayscale: #989898. Windows color (decimal): -296398 or 3308283. OLE color: 3308283.

HSL color Cylindrical-coordinate representation of color #FB7A32: hue angle of 21.49º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB7A32 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB25112250-
CMYK00.510.800.02
HSL21.49º96.17%59.02%-
HSV(B)21.49º80.08%98.43%-
XYZ47.3234.667.21-
YUV152.3670.24198.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.34%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 50 (19.92% from 255) = 11.82%
R=59.34%
G=28.84%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511225000.510.800.0221.4996.1759.02
HexFB7A3203350215603b
Octal3731726206312022514073
Binary1111101111110101100100110011101000010101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7A32; }

 p { color: rgb(251,122,50); }

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

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

 a { background-color: rgb(251,122,50); }

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

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

 span { border-color: rgb(251,122,50); }

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