#FB7E34

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

Shades of Burnt Orange #FB7E34

Tints of Burnt Orange #FB7E34

Color information

#FB7E34 (or 0xFB7E34) is unknown color: approx Burnt Orange. HEX triplet: FB, 7E and 34. RGB value is (251,126,52). Sum of RGB (Red+Green+Blue) = 251+126+52=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7E34 is #0481CB. Grayscale: #9B9B9B. Windows color (decimal): -295372 or 3440379. OLE color: 3440379.

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

Color convert

RGB25112652-
CMYK00.500.790.02
HSL22.31º96.14%59.41%-
HSV(B)22.31º79.28%98.43%-
XYZ47.8635.687.61-
YUV154.9469.91196.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.51%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 52 (20.70% from 255) = 12.12%
R=58.51%
G=29.37%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511265200.500.790.0222.3196.1459.41
HexFB7E340324F216603b
Octal3731766406211722614073
Binary1111101111111101101000110010100111110101101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7E34; }

 p { color: rgb(251,126,52); }

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

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

 a { background-color: rgb(251,126,52); }

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

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

 span { border-color: rgb(251,126,52); }

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