Shades of Burnt Orange #FA7728
Tints of Burnt Orange #FA7728
RGB
CMYK
RGB Variations
Color information
#FA7728 (or 0xFA7728) is known color: Burnt Orange. HEX triplet: FA, 77 and 28. RGB value is (250,119,40). Sum of RGB (Red+Green+Blue) = 250+119+40=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7728 is #0588D7. Grayscale: #959595. Windows color (decimal): -362712 or 2652154. OLE color: 2652154.
HSL color Cylindrical-coordinate representation of color #FA7728: hue angle of 22.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA7728 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 40 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.02 |
| HSL | 22.57º | 0.95% | 0.57% | - |
| HSV(B) | 22.57º | 0.84% | 0.98% | - |
| XYZ | 46.4 | 33.67 | 6.06 | - |
| YUV | 149.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 40 | 0 | 0.52 | 0.84 | 0.02 | 22.57 | 0.95 | 0.57 |
| Hex | FA | 77 | 28 | 0 | 34 | 54 | 2 | 17 | 5F | 39 |
| Octal | 372 | 167 | 50 | 0 | 64 | 124 | 2 | 27 | 137 | 71 |
| Binary | 11111010 | 1110111 | 101000 | 0 | 110100 | 1010100 | 10 | 10111 | 1011111 | 111001 |
Color Harmonies of #FA7728
Complementary color
Monochromatic Colors of #FA7728
Black with #FA7728
Text Example
Text Example
White with #FA7728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7728; }
p { color: rgb(250,119,40); }
H1.HeaderClassName
{
color: #FA7728;
}
.AnyTagClassName
{
color: #FA7728;
}
</style>
background-color css
<style>
a { background-color: #FA7728; }
a { background-color: rgb(250,119,40); }
div.DivClassName
{
background-color: #FA7728;
}
.BgClassName
{
background-color: #FA7728;
}
</style>
border-color css
<style>
span { border-color: #FA7728; }
span { border-color: rgb(250,119,40); }
td.TdClassName
{
border-color: #FA7728;
}
.TagClassName
{
border-color: #FA7728;
}
</style>