Shades of Sunshade #FD924D
Tints of Sunshade #FD924D
RGB
CMYK
RGB Variations
Color information
#FD924D (or 0xFD924D) is known color: Sunshade. HEX triplet: FD, 92 and 4D. RGB value is (253,146,77). Sum of RGB (Red+Green+Blue) = 253+146+77=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD924D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD924D is #026DB2. Grayscale: #AAAAAA. Windows color (decimal): -159155 or 5083901. OLE color: 5083901.
HSL color Cylindrical-coordinate representation of color #FD924D: hue angle of 23.52º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD924D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 77 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.01 |
| HSL | 23.52º | 0.98% | 0.65% | - |
| HSV(B) | 23.52º | 0.7% | 0.99% | - |
| XYZ | 52.13 | 41.98 | 12.38 | - |
| YUV | 170.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 77 | 0 | 0.42 | 0.70 | 0.01 | 23.52 | 0.98 | 0.65 |
| Hex | FD | 92 | 4D | 0 | 2A | 46 | 1 | 18 | 62 | 41 |
| Octal | 375 | 222 | 115 | 0 | 52 | 106 | 1 | 30 | 142 | 101 |
| Binary | 11111101 | 10010010 | 1001101 | 0 | 101010 | 1000110 | 1 | 11000 | 1100010 | 1000001 |
Color Harmonies of #FD924D
Complementary color
Monochromatic Colors of #FD924D
Black with #FD924D
Text Example
Text Example
White with #FD924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD924D; }
p { color: rgb(253,146,77); }
H1.HeaderClassName
{
color: #FD924D;
}
.AnyTagClassName
{
color: #FD924D;
}
</style>
background-color css
<style>
a { background-color: #FD924D; }
a { background-color: rgb(253,146,77); }
div.DivClassName
{
background-color: #FD924D;
}
.BgClassName
{
background-color: #FD924D;
}
</style>
border-color css
<style>
span { border-color: #FD924D; }
span { border-color: rgb(253,146,77); }
td.TdClassName
{
border-color: #FD924D;
}
.TagClassName
{
border-color: #FD924D;
}
</style>