Shades of Sunshade #FF954A
Tints of Sunshade #FF954A
RGB
CMYK
RGB Variations
Color information
#FF954A (or 0xFF954A) is known color: Sunshade. HEX triplet: FF, 95 and 4A. RGB value is (255,149,74). Sum of RGB (Red+Green+Blue) = 255+149+74=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF954A is #006AB5. Grayscale: #ACACAC. Windows color (decimal): -27318 or 4888063. OLE color: 4888063.
HSL color Cylindrical-coordinate representation of color #FF954A: hue angle of 24.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF954A is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 74 | - |
| CMYK | 0 | 0.42 | 0.71 | 0 |
| HSL | 24.86º | 1% | 0.65% | - |
| HSV(B) | 24.86º | 0.71% | 1% | - |
| XYZ | 53.22 | 43.25 | 12.02 | - |
| YUV | 172.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 74 | 0 | 0.42 | 0.71 | 0 | 24.86 | 1 | 0.65 |
| Hex | FF | 95 | 4A | 0 | 2A | 47 | 0 | 19 | 64 | 41 |
| Octal | 377 | 225 | 112 | 0 | 52 | 107 | 0 | 31 | 144 | 101 |
| Binary | 11111111 | 10010101 | 1001010 | 0 | 101010 | 1000111 | 0 | 11001 | 1100100 | 1000001 |
Color Harmonies of #FF954A
Complementary color
Monochromatic Colors of #FF954A
Black with #FF954A
Text Example
Text Example
White with #FF954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF954A; }
p { color: rgb(255,149,74); }
H1.HeaderClassName
{
color: #FF954A;
}
.AnyTagClassName
{
color: #FF954A;
}
</style>
background-color css
<style>
a { background-color: #FF954A; }
a { background-color: rgb(255,149,74); }
div.DivClassName
{
background-color: #FF954A;
}
.BgClassName
{
background-color: #FF954A;
}
</style>
border-color css
<style>
span { border-color: #FF954A; }
span { border-color: rgb(255,149,74); }
td.TdClassName
{
border-color: #FF954A;
}
.TagClassName
{
border-color: #FF954A;
}
</style>