Shades of Sunglow #F5CE3C
Tints of Sunglow #F5CE3C
RGB
CMYK
RGB Variations
Color information
#F5CE3C (or 0xF5CE3C) is known color: Sunglow. HEX triplet: F5, CE and 3C. RGB value is (245,206,60). Sum of RGB (Red+Green+Blue) = 245+206+60=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE3C is #0A31C3. Grayscale: #C9C9C9. Windows color (decimal): -668100 or 3985141. OLE color: 3985141.
HSL color Cylindrical-coordinate representation of color #F5CE3C: hue angle of 47.35º 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 #F5CE3C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.04 |
| HSL | 47.35º | 0.9% | 0.6% | - |
| HSV(B) | 47.35º | 0.76% | 0.96% | - |
| XYZ | 60.54 | 63.88 | 13.41 | - |
| YUV | 201.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 60 | 0 | 0.16 | 0.76 | 0.04 | 47.35 | 0.9 | 0.6 |
| Hex | F5 | CE | 3C | 0 | 10 | 4C | 4 | 2F | 5A | 3C |
| Octal | 365 | 316 | 74 | 0 | 20 | 114 | 4 | 57 | 132 | 74 |
| Binary | 11110101 | 11001110 | 111100 | 0 | 10000 | 1001100 | 100 | 101111 | 1011010 | 111100 |
Color Harmonies of #F5CE3C
Complementary color
Monochromatic Colors of #F5CE3C
Black with #F5CE3C
Text Example
Text Example
White with #F5CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE3C; }
p { color: rgb(245,206,60); }
H1.HeaderClassName
{
color: #F5CE3C;
}
.AnyTagClassName
{
color: #F5CE3C;
}
</style>
background-color css
<style>
a { background-color: #F5CE3C; }
a { background-color: rgb(245,206,60); }
div.DivClassName
{
background-color: #F5CE3C;
}
.BgClassName
{
background-color: #F5CE3C;
}
</style>
border-color css
<style>
span { border-color: #F5CE3C; }
span { border-color: rgb(245,206,60); }
td.TdClassName
{
border-color: #F5CE3C;
}
.TagClassName
{
border-color: #F5CE3C;
}
</style>