Shades of Sunglow #F5CE3B
Tints of Sunglow #F5CE3B
RGB
CMYK
RGB Variations
Color information
#F5CE3B (or 0xF5CE3B) is known color: Sunglow. HEX triplet: F5, CE and 3B. RGB value is (245,206,59). Sum of RGB (Red+Green+Blue) = 245+206+59=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE3B is #0A31C4. Grayscale: #C9C9C9. Windows color (decimal): -668101 or 3919605. OLE color: 3919605.
HSL color Cylindrical-coordinate representation of color #F5CE3B: hue angle of 47.42º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5CE3B is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 59 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.04 |
| HSL | 47.42º | 0.9% | 0.6% | - |
| HSV(B) | 47.42º | 0.76% | 0.96% | - |
| XYZ | 60.52 | 63.87 | 13.28 | - |
| YUV | 200.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 59 | 0 | 0.16 | 0.76 | 0.04 | 47.42 | 0.9 | 0.6 |
| Hex | F5 | CE | 3B | 0 | 10 | 4C | 4 | 2F | 5A | 3C |
| Octal | 365 | 316 | 73 | 0 | 20 | 114 | 4 | 57 | 132 | 74 |
| Binary | 11110101 | 11001110 | 111011 | 0 | 10000 | 1001100 | 100 | 101111 | 1011010 | 111100 |
Color Harmonies of #F5CE3B
Complementary color
Monochromatic Colors of #F5CE3B
Black with #F5CE3B
Text Example
Text Example
White with #F5CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE3B; }
p { color: rgb(245,206,59); }
H1.HeaderClassName
{
color: #F5CE3B;
}
.AnyTagClassName
{
color: #F5CE3B;
}
</style>
background-color css
<style>
a { background-color: #F5CE3B; }
a { background-color: rgb(245,206,59); }
div.DivClassName
{
background-color: #F5CE3B;
}
.BgClassName
{
background-color: #F5CE3B;
}
</style>
border-color css
<style>
span { border-color: #F5CE3B; }
span { border-color: rgb(245,206,59); }
td.TdClassName
{
border-color: #F5CE3B;
}
.TagClassName
{
border-color: #F5CE3B;
}
</style>