Shades of Sunshade #F0A545
Tints of Sunshade #F0A545
RGB
CMYK
RGB Variations
Color information
#F0A545 (or 0xF0A545) is known color: Sunshade. HEX triplet: F0, A5 and 45. RGB value is (240,165,69). Sum of RGB (Red+Green+Blue) = 240+165+69=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A545 is #0F5ABA. Grayscale: #B0B0B0. Windows color (decimal): -1006267 or 4564464. OLE color: 4564464.
HSL color Cylindrical-coordinate representation of color #F0A545: hue angle of 33.68º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0A545 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 69 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.06 |
| HSL | 33.68º | 0.85% | 0.61% | - |
| HSV(B) | 33.68º | 0.71% | 0.94% | - |
| XYZ | 50.46 | 45.87 | 11.82 | - |
| YUV | 176.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 69 | 0 | 0.31 | 0.71 | 0.06 | 33.68 | 0.85 | 0.61 |
| Hex | F0 | A5 | 45 | 0 | 1F | 47 | 6 | 22 | 55 | 3D |
| Octal | 360 | 245 | 105 | 0 | 37 | 107 | 6 | 42 | 125 | 75 |
| Binary | 11110000 | 10100101 | 1000101 | 0 | 11111 | 1000111 | 110 | 100010 | 1010101 | 111101 |
Color Harmonies of #F0A545
Complementary color
Monochromatic Colors of #F0A545
Black with #F0A545
Text Example
Text Example
White with #F0A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A545; }
p { color: rgb(240,165,69); }
H1.HeaderClassName
{
color: #F0A545;
}
.AnyTagClassName
{
color: #F0A545;
}
</style>
background-color css
<style>
a { background-color: #F0A545; }
a { background-color: rgb(240,165,69); }
div.DivClassName
{
background-color: #F0A545;
}
.BgClassName
{
background-color: #F0A545;
}
</style>
border-color css
<style>
span { border-color: #F0A545; }
span { border-color: rgb(240,165,69); }
td.TdClassName
{
border-color: #F0A545;
}
.TagClassName
{
border-color: #F0A545;
}
</style>