Shades of Sunglow #F5CF3A
Tints of Sunglow #F5CF3A
RGB
CMYK
RGB Variations
Color information
#F5CF3A (or 0xF5CF3A) is known color: Sunglow. HEX triplet: F5, CF and 3A. RGB value is (245,207,58). Sum of RGB (Red+Green+Blue) = 245+207+58=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF3A is #0A30C5. Grayscale: #CACACA. Windows color (decimal): -667846 or 3854325. OLE color: 3854325.
HSL color Cylindrical-coordinate representation of color #F5CF3A: hue angle of 47.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5CF3A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 58 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.04 |
| HSL | 47.81º | 0.9% | 0.59% | - |
| HSV(B) | 47.81º | 0.76% | 0.96% | - |
| XYZ | 60.73 | 64.34 | 13.22 | - |
| YUV | 201.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 58 | 0 | 0.16 | 0.76 | 0.04 | 47.81 | 0.9 | 0.59 |
| Hex | F5 | CF | 3A | 0 | 10 | 4C | 4 | 30 | 5A | 3B |
| Octal | 365 | 317 | 72 | 0 | 20 | 114 | 4 | 60 | 132 | 73 |
| Binary | 11110101 | 11001111 | 111010 | 0 | 10000 | 1001100 | 100 | 110000 | 1011010 | 111011 |
Color Harmonies of #F5CF3A
Complementary color
Monochromatic Colors of #F5CF3A
Black with #F5CF3A
Text Example
Text Example
White with #F5CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF3A; }
p { color: rgb(245,207,58); }
H1.HeaderClassName
{
color: #F5CF3A;
}
.AnyTagClassName
{
color: #F5CF3A;
}
</style>
background-color css
<style>
a { background-color: #F5CF3A; }
a { background-color: rgb(245,207,58); }
div.DivClassName
{
background-color: #F5CF3A;
}
.BgClassName
{
background-color: #F5CF3A;
}
</style>
border-color css
<style>
span { border-color: #F5CF3A; }
span { border-color: rgb(245,207,58); }
td.TdClassName
{
border-color: #F5CF3A;
}
.TagClassName
{
border-color: #F5CF3A;
}
</style>