Shades of Burnt Orange #FD6C30
Tints of Burnt Orange #FD6C30
RGB
CMYK
RGB Variations
Color information
#FD6C30 (or 0xFD6C30) is known color: Burnt Orange. HEX triplet: FD, 6C and 30. RGB value is (253,108,48). Sum of RGB (Red+Green+Blue) = 253+108+48=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C30 is #0293CF. Grayscale: #909090. Windows color (decimal): -168912 or 3173629. OLE color: 3173629.
HSL color Cylindrical-coordinate representation of color #FD6C30: hue angle of 17.56º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD6C30 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 48 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.01 |
| HSL | 17.56º | 0.98% | 0.59% | - |
| HSV(B) | 17.56º | 0.81% | 0.99% | - |
| XYZ | 46.4 | 31.82 | 6.49 | - |
| YUV | 144.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 48 | 0 | 0.57 | 0.81 | 0.01 | 17.56 | 0.98 | 0.59 |
| Hex | FD | 6C | 30 | 0 | 39 | 51 | 1 | 12 | 62 | 3B |
| Octal | 375 | 154 | 60 | 0 | 71 | 121 | 1 | 22 | 142 | 73 |
| Binary | 11111101 | 1101100 | 110000 | 0 | 111001 | 1010001 | 1 | 10010 | 1100010 | 111011 |
Color Harmonies of #FD6C30
Complementary color
Monochromatic Colors of #FD6C30
Black with #FD6C30
Text Example
Text Example
White with #FD6C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C30; }
p { color: rgb(253,108,48); }
H1.HeaderClassName
{
color: #FD6C30;
}
.AnyTagClassName
{
color: #FD6C30;
}
</style>
background-color css
<style>
a { background-color: #FD6C30; }
a { background-color: rgb(253,108,48); }
div.DivClassName
{
background-color: #FD6C30;
}
.BgClassName
{
background-color: #FD6C30;
}
</style>
border-color css
<style>
span { border-color: #FD6C30; }
span { border-color: rgb(253,108,48); }
td.TdClassName
{
border-color: #FD6C30;
}
.TagClassName
{
border-color: #FD6C30;
}
</style>