Shades of Sunglow #F5CE37
Tints of Sunglow #F5CE37
RGB
CMYK
RGB Variations
Color information
#F5CE37 (or 0xF5CE37) is known color: Sunglow. HEX triplet: F5, CE and 37. RGB value is (245,206,55). Sum of RGB (Red+Green+Blue) = 245+206+55=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 55 (21.88% from 255 or 10.87% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE37 is #0A31C8. Grayscale: #C9C9C9. Windows color (decimal): -668105 or 3657461. OLE color: 3657461.
HSL color Cylindrical-coordinate representation of color #F5CE37: hue angle of 47.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5CE37 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 55 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.04 |
| HSL | 47.68º | 0.9% | 0.59% | - |
| HSV(B) | 47.68º | 0.78% | 0.96% | - |
| XYZ | 60.42 | 63.83 | 12.75 | - |
| YUV | 200.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 55 | 0 | 0.16 | 0.78 | 0.04 | 47.68 | 0.9 | 0.59 |
| Hex | F5 | CE | 37 | 0 | 10 | 4E | 4 | 30 | 5A | 3B |
| Octal | 365 | 316 | 67 | 0 | 20 | 116 | 4 | 60 | 132 | 73 |
| Binary | 11110101 | 11001110 | 110111 | 0 | 10000 | 1001110 | 100 | 110000 | 1011010 | 111011 |
Color Harmonies of #F5CE37
Complementary color
Monochromatic Colors of #F5CE37
Black with #F5CE37
Text Example
Text Example
White with #F5CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE37; }
p { color: rgb(245,206,55); }
H1.HeaderClassName
{
color: #F5CE37;
}
.AnyTagClassName
{
color: #F5CE37;
}
</style>
background-color css
<style>
a { background-color: #F5CE37; }
a { background-color: rgb(245,206,55); }
div.DivClassName
{
background-color: #F5CE37;
}
.BgClassName
{
background-color: #F5CE37;
}
</style>
border-color css
<style>
span { border-color: #F5CE37; }
span { border-color: rgb(245,206,55); }
td.TdClassName
{
border-color: #F5CE37;
}
.TagClassName
{
border-color: #F5CE37;
}
</style>