Shades of Burnt Orange #FA6B32
Tints of Burnt Orange #FA6B32
RGB
CMYK
RGB Variations
Color information
#FA6B32 (or 0xFA6B32) is known color: Burnt Orange. HEX triplet: FA, 6B and 32. RGB value is (250,107,50). Sum of RGB (Red+Green+Blue) = 250+107+50=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B32 is #0594CD. Grayscale: #8F8F8F. Windows color (decimal): -365774 or 3304442. OLE color: 3304442.
HSL color Cylindrical-coordinate representation of color #FA6B32: hue angle of 17.1º degrees, saturation: 0.95, 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 #FA6B32 is Cyan = 0, Magento = 0.57, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 50 | - |
| CMYK | 0 | 0.57 | 0.8 | 0.02 |
| HSL | 17.1º | 0.95% | 0.59% | - |
| HSV(B) | 17.1º | 0.8% | 0.98% | - |
| XYZ | 45.26 | 31.07 | 6.63 | - |
| YUV | 143.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 50 | 0 | 0.57 | 0.8 | 0.02 | 17.1 | 0.95 | 0.59 |
| Hex | FA | 6B | 32 | 0 | 39 | 50 | 2 | 11 | 5F | 3B |
| Octal | 372 | 153 | 62 | 0 | 71 | 120 | 2 | 21 | 137 | 73 |
| Binary | 11111010 | 1101011 | 110010 | 0 | 111001 | 1010000 | 10 | 10001 | 1011111 | 111011 |
Color Harmonies of #FA6B32
Complementary color
Monochromatic Colors of #FA6B32
Black with #FA6B32
Text Example
Text Example
White with #FA6B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B32; }
p { color: rgb(250,107,50); }
H1.HeaderClassName
{
color: #FA6B32;
}
.AnyTagClassName
{
color: #FA6B32;
}
</style>
background-color css
<style>
a { background-color: #FA6B32; }
a { background-color: rgb(250,107,50); }
div.DivClassName
{
background-color: #FA6B32;
}
.BgClassName
{
background-color: #FA6B32;
}
</style>
border-color css
<style>
span { border-color: #FA6B32; }
span { border-color: rgb(250,107,50); }
td.TdClassName
{
border-color: #FA6B32;
}
.TagClassName
{
border-color: #FA6B32;
}
</style>