Shades of Burnt Orange #FA662F
Tints of Burnt Orange #FA662F
RGB
CMYK
RGB Variations
Color information
#FA662F (or 0xFA662F) is known color: Burnt Orange. HEX triplet: FA, 66 and 2F. RGB value is (250,102,47). Sum of RGB (Red+Green+Blue) = 250+102+47=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA662F is #0599D0. Grayscale: #8C8C8C. Windows color (decimal): -367057 or 3106554. OLE color: 3106554.
HSL color Cylindrical-coordinate representation of color #FA662F: hue angle of 16.26º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA662F is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 47 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.02 |
| HSL | 16.26º | 0.95% | 0.58% | - |
| HSV(B) | 16.26º | 0.81% | 0.98% | - |
| XYZ | 44.69 | 30.03 | 6.13 | - |
| YUV | 139.98 | 75.53 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 47 | 0 | 0.59 | 0.81 | 0.02 | 16.26 | 0.95 | 0.58 |
| Hex | FA | 66 | 2F | 0 | 3B | 51 | 2 | 10 | 5F | 3A |
| Octal | 372 | 146 | 57 | 0 | 73 | 121 | 2 | 20 | 137 | 72 |
| Binary | 11111010 | 1100110 | 101111 | 0 | 111011 | 1010001 | 10 | 10000 | 1011111 | 111010 |
Color Harmonies of #FA662F
Complementary color
Monochromatic Colors of #FA662F
Black with #FA662F
Text Example
Text Example
White with #FA662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA662F; }
p { color: rgb(250,102,47); }
H1.HeaderClassName
{
color: #FA662F;
}
.AnyTagClassName
{
color: #FA662F;
}
</style>
background-color css
<style>
a { background-color: #FA662F; }
a { background-color: rgb(250,102,47); }
div.DivClassName
{
background-color: #FA662F;
}
.BgClassName
{
background-color: #FA662F;
}
</style>
border-color css
<style>
span { border-color: #FA662F; }
span { border-color: rgb(250,102,47); }
td.TdClassName
{
border-color: #FA662F;
}
.TagClassName
{
border-color: #FA662F;
}
</style>