Shades of Burnt Orange #FA652B
Tints of Burnt Orange #FA652B
RGB
CMYK
RGB Variations
Color information
#FA652B (or 0xFA652B) is known color: Burnt Orange. HEX triplet: FA, 65 and 2B. RGB value is (250,101,43). Sum of RGB (Red+Green+Blue) = 250+101+43=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA652B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA652B is #059AD4. Grayscale: #8B8B8B. Windows color (decimal): -367317 or 2844154. OLE color: 2844154.
HSL color Cylindrical-coordinate representation of color #FA652B: hue angle of 16.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA652B is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 43 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.02 |
| HSL | 16.81º | 0.95% | 0.57% | - |
| HSV(B) | 16.81º | 0.83% | 0.98% | - |
| XYZ | 44.51 | 29.81 | 5.69 | - |
| YUV | 138.94 | 73.86 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 43 | 0 | 0.60 | 0.83 | 0.02 | 16.81 | 0.95 | 0.57 |
| Hex | FA | 65 | 2B | 0 | 3C | 53 | 2 | 11 | 5F | 39 |
| Octal | 372 | 145 | 53 | 0 | 74 | 123 | 2 | 21 | 137 | 71 |
| Binary | 11111010 | 1100101 | 101011 | 0 | 111100 | 1010011 | 10 | 10001 | 1011111 | 111001 |
Color Harmonies of #FA652B
Complementary color
Monochromatic Colors of #FA652B
Black with #FA652B
Text Example
Text Example
White with #FA652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA652B; }
p { color: rgb(250,101,43); }
H1.HeaderClassName
{
color: #FA652B;
}
.AnyTagClassName
{
color: #FA652B;
}
</style>
background-color css
<style>
a { background-color: #FA652B; }
a { background-color: rgb(250,101,43); }
div.DivClassName
{
background-color: #FA652B;
}
.BgClassName
{
background-color: #FA652B;
}
</style>
border-color css
<style>
span { border-color: #FA652B; }
span { border-color: rgb(250,101,43); }
td.TdClassName
{
border-color: #FA652B;
}
.TagClassName
{
border-color: #FA652B;
}
</style>