Shades of Burnt Orange #FA6C33
Tints of Burnt Orange #FA6C33
RGB
CMYK
RGB Variations
Color information
#FA6C33 (or 0xFA6C33) is known color: Burnt Orange. HEX triplet: FA, 6C and 33. RGB value is (250,108,51). Sum of RGB (Red+Green+Blue) = 250+108+51=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C33 is #0593CC. Grayscale: #909090. Windows color (decimal): -365517 or 3370234. OLE color: 3370234.
HSL color Cylindrical-coordinate representation of color #FA6C33: hue angle of 17.19º 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 #FA6C33 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 51 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.02 |
| HSL | 17.19º | 0.95% | 0.59% | - |
| HSV(B) | 17.19º | 0.8% | 0.98% | - |
| XYZ | 45.38 | 31.29 | 6.78 | - |
| YUV | 143.96 | 75.54 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 51 | 0 | 0.57 | 0.80 | 0.02 | 17.19 | 0.95 | 0.59 |
| Hex | FA | 6C | 33 | 0 | 39 | 50 | 2 | 11 | 5F | 3B |
| Octal | 372 | 154 | 63 | 0 | 71 | 120 | 2 | 21 | 137 | 73 |
| Binary | 11111010 | 1101100 | 110011 | 0 | 111001 | 1010000 | 10 | 10001 | 1011111 | 111011 |
Color Harmonies of #FA6C33
Complementary color
Monochromatic Colors of #FA6C33
Black with #FA6C33
Text Example
Text Example
White with #FA6C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C33; }
p { color: rgb(250,108,51); }
H1.HeaderClassName
{
color: #FA6C33;
}
.AnyTagClassName
{
color: #FA6C33;
}
</style>
background-color css
<style>
a { background-color: #FA6C33; }
a { background-color: rgb(250,108,51); }
div.DivClassName
{
background-color: #FA6C33;
}
.BgClassName
{
background-color: #FA6C33;
}
</style>
border-color css
<style>
span { border-color: #FA6C33; }
span { border-color: rgb(250,108,51); }
td.TdClassName
{
border-color: #FA6C33;
}
.TagClassName
{
border-color: #FA6C33;
}
</style>