#FB7F2B

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

Shades of Burnt Orange #FB7F2B

Tints of Burnt Orange #FB7F2B

Color information

#FB7F2B (or 0xFB7F2B) is unknown color: approx Burnt Orange. HEX triplet: FB, 7F and 2B. RGB value is (251,127,43). Sum of RGB (Red+Green+Blue) = 251+127+43=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7F2B is #0480D4. Grayscale: #9A9A9A. Windows color (decimal): -295125 or 2850811. OLE color: 2850811.

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

Color convert

RGB25112743-
CMYK00.490.830.02
HSL24.23º96.3%57.65%-
HSV(B)24.23º82.87%98.43%-
XYZ47.8135.866.69-
YUV154.565.08196.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.62%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 43 (17.19% from 255) = 10.21%
R=59.62%
G=30.17%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511274300.490.830.0224.2396.357.65
HexFB7F2B03153218603a
Octal3731775306112323014072
Binary1111101111111111010110110001101001110110001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7F2B; }

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

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

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

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

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

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

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

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