Shades of Sunshade #F9A54B
Tints of Sunshade #F9A54B
RGB
CMYK
RGB Variations
Color information
#F9A54B (or 0xF9A54B) is known color: Sunshade. HEX triplet: F9, A5 and 4B. RGB value is (249,165,75). Sum of RGB (Red+Green+Blue) = 249+165+75=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A54B is #065AB4. Grayscale: #B4B4B4. Windows color (decimal): -416437 or 4957689. OLE color: 4957689.
HSL color Cylindrical-coordinate representation of color #F9A54B: hue angle of 31.03º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9A54B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 75 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.02 |
| HSL | 31.03º | 0.94% | 0.64% | - |
| HSV(B) | 31.03º | 0.7% | 0.98% | - |
| XYZ | 53.79 | 47.56 | 13 | - |
| YUV | 179.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 75 | 0 | 0.34 | 0.70 | 0.02 | 31.03 | 0.94 | 0.64 |
| Hex | F9 | A5 | 4B | 0 | 22 | 46 | 2 | 1F | 5E | 40 |
| Octal | 371 | 245 | 113 | 0 | 42 | 106 | 2 | 37 | 136 | 100 |
| Binary | 11111001 | 10100101 | 1001011 | 0 | 100010 | 1000110 | 10 | 11111 | 1011110 | 1000000 |
Color Harmonies of #F9A54B
Complementary color
Monochromatic Colors of #F9A54B
Black with #F9A54B
Text Example
Text Example
White with #F9A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A54B; }
p { color: rgb(249,165,75); }
H1.HeaderClassName
{
color: #F9A54B;
}
.AnyTagClassName
{
color: #F9A54B;
}
</style>
background-color css
<style>
a { background-color: #F9A54B; }
a { background-color: rgb(249,165,75); }
div.DivClassName
{
background-color: #F9A54B;
}
.BgClassName
{
background-color: #F9A54B;
}
</style>
border-color css
<style>
span { border-color: #F9A54B; }
span { border-color: rgb(249,165,75); }
td.TdClassName
{
border-color: #F9A54B;
}
.TagClassName
{
border-color: #F9A54B;
}
</style>