Shades of Sunshade #FD934C
Tints of Sunshade #FD934C
RGB
CMYK
RGB Variations
Color information
#FD934C (or 0xFD934C) is known color: Sunshade. HEX triplet: FD, 93 and 4C. RGB value is (253,147,76). Sum of RGB (Red+Green+Blue) = 253+147+76=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD934C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD934C is #026CB3. Grayscale: #AAAAAA. Windows color (decimal): -158900 or 5018621. OLE color: 5018621.
HSL color Cylindrical-coordinate representation of color #FD934C: hue angle of 24.07º 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 #FD934C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 76 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.01 |
| HSL | 24.07º | 0.98% | 0.65% | - |
| HSV(B) | 24.07º | 0.7% | 0.99% | - |
| XYZ | 52.25 | 42.27 | 12.24 | - |
| YUV | 170.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 76 | 0 | 0.42 | 0.70 | 0.01 | 24.07 | 0.98 | 0.65 |
| Hex | FD | 93 | 4C | 0 | 2A | 46 | 1 | 18 | 62 | 41 |
| Octal | 375 | 223 | 114 | 0 | 52 | 106 | 1 | 30 | 142 | 101 |
| Binary | 11111101 | 10010011 | 1001100 | 0 | 101010 | 1000110 | 1 | 11000 | 1100010 | 1000001 |
Color Harmonies of #FD934C
Complementary color
Monochromatic Colors of #FD934C
Black with #FD934C
Text Example
Text Example
White with #FD934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD934C; }
p { color: rgb(253,147,76); }
H1.HeaderClassName
{
color: #FD934C;
}
.AnyTagClassName
{
color: #FD934C;
}
</style>
background-color css
<style>
a { background-color: #FD934C; }
a { background-color: rgb(253,147,76); }
div.DivClassName
{
background-color: #FD934C;
}
.BgClassName
{
background-color: #FD934C;
}
</style>
border-color css
<style>
span { border-color: #FD934C; }
span { border-color: rgb(253,147,76); }
td.TdClassName
{
border-color: #FD934C;
}
.TagClassName
{
border-color: #FD934C;
}
</style>