Shades of Burnt Orange #FF7635
Tints of Burnt Orange #FF7635
RGB
CMYK
RGB Variations
Color information
#FF7635 (or 0xFF7635) is known color: Burnt Orange. HEX triplet: FF, 76 and 35. RGB value is (255,118,53). Sum of RGB (Red+Green+Blue) = 255+118+53=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7635 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7635 is #0089CA. Grayscale: #979797. Windows color (decimal): -35275 or 3503871. OLE color: 3503871.
HSL color Cylindrical-coordinate representation of color #FF7635: hue angle of 19.31º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF7635 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 53 | - |
| CMYK | 0 | 0.54 | 0.79 | 0 |
| HSL | 19.31º | 1% | 0.6% | - |
| HSV(B) | 19.31º | 0.79% | 1% | - |
| XYZ | 48.36 | 34.47 | 7.47 | - |
| YUV | 151.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 53 | 0 | 0.54 | 0.79 | 0 | 19.31 | 1 | 0.6 |
| Hex | FF | 76 | 35 | 0 | 36 | 4F | 0 | 13 | 64 | 3C |
| Octal | 377 | 166 | 65 | 0 | 66 | 117 | 0 | 23 | 144 | 74 |
| Binary | 11111111 | 1110110 | 110101 | 0 | 110110 | 1001111 | 0 | 10011 | 1100100 | 111100 |
Color Harmonies of #FF7635
Complementary color
Monochromatic Colors of #FF7635
Black with #FF7635
Text Example
Text Example
White with #FF7635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7635; }
p { color: rgb(255,118,53); }
H1.HeaderClassName
{
color: #FF7635;
}
.AnyTagClassName
{
color: #FF7635;
}
</style>
background-color css
<style>
a { background-color: #FF7635; }
a { background-color: rgb(255,118,53); }
div.DivClassName
{
background-color: #FF7635;
}
.BgClassName
{
background-color: #FF7635;
}
</style>
border-color css
<style>
span { border-color: #FF7635; }
span { border-color: rgb(255,118,53); }
td.TdClassName
{
border-color: #FF7635;
}
.TagClassName
{
border-color: #FF7635;
}
</style>