Shades of Sunshade #FF9D4C
Tints of Sunshade #FF9D4C
RGB
CMYK
RGB Variations
Color information
#FF9D4C (or 0xFF9D4C) is known color: Sunshade. HEX triplet: FF, 9D and 4C. RGB value is (255,157,76). Sum of RGB (Red+Green+Blue) = 255+157+76=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D4C is #0062B3. Grayscale: #B1B1B1. Windows color (decimal): -25268 or 5021183. OLE color: 5021183.
HSL color Cylindrical-coordinate representation of color #FF9D4C: hue angle of 27.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF9D4C is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 76 | - |
| CMYK | 0 | 0.38 | 0.70 | 0 |
| HSL | 27.15º | 1% | 0.65% | - |
| HSV(B) | 27.15º | 0.7% | 1% | - |
| XYZ | 54.6 | 45.9 | 12.82 | - |
| YUV | 177.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 76 | 0 | 0.38 | 0.70 | 0 | 27.15 | 1 | 0.65 |
| Hex | FF | 9D | 4C | 0 | 26 | 46 | 0 | 1B | 64 | 41 |
| Octal | 377 | 235 | 114 | 0 | 46 | 106 | 0 | 33 | 144 | 101 |
| Binary | 11111111 | 10011101 | 1001100 | 0 | 100110 | 1000110 | 0 | 11011 | 1100100 | 1000001 |
Color Harmonies of #FF9D4C
Complementary color
Monochromatic Colors of #FF9D4C
Black with #FF9D4C
Text Example
Text Example
White with #FF9D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D4C; }
p { color: rgb(255,157,76); }
H1.HeaderClassName
{
color: #FF9D4C;
}
.AnyTagClassName
{
color: #FF9D4C;
}
</style>
background-color css
<style>
a { background-color: #FF9D4C; }
a { background-color: rgb(255,157,76); }
div.DivClassName
{
background-color: #FF9D4C;
}
.BgClassName
{
background-color: #FF9D4C;
}
</style>
border-color css
<style>
span { border-color: #FF9D4C; }
span { border-color: rgb(255,157,76); }
td.TdClassName
{
border-color: #FF9D4C;
}
.TagClassName
{
border-color: #FF9D4C;
}
</style>