Shades of Sunglow #F5CC3E
Tints of Sunglow #F5CC3E
RGB
CMYK
RGB Variations
Color information
#F5CC3E (or 0xF5CC3E) is known color: Sunglow. HEX triplet: F5, CC and 3E. RGB value is (245,204,62). Sum of RGB (Red+Green+Blue) = 245+204+62=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC3E is #0A33C1. Grayscale: #C8C8C8. Windows color (decimal): -668610 or 4115701. OLE color: 4115701.
HSL color Cylindrical-coordinate representation of color #F5CC3E: hue angle of 46.56º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5CC3E is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 62 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.04 |
| HSL | 46.56º | 0.9% | 0.6% | - |
| HSV(B) | 46.56º | 0.75% | 0.96% | - |
| XYZ | 60.12 | 62.95 | 13.54 | - |
| YUV | 200.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 62 | 0 | 0.17 | 0.75 | 0.04 | 46.56 | 0.9 | 0.6 |
| Hex | F5 | CC | 3E | 0 | 11 | 4B | 4 | 2F | 5A | 3C |
| Octal | 365 | 314 | 76 | 0 | 21 | 113 | 4 | 57 | 132 | 74 |
| Binary | 11110101 | 11001100 | 111110 | 0 | 10001 | 1001011 | 100 | 101111 | 1011010 | 111100 |
Color Harmonies of #F5CC3E
Complementary color
Monochromatic Colors of #F5CC3E
Black with #F5CC3E
Text Example
Text Example
White with #F5CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC3E; }
p { color: rgb(245,204,62); }
H1.HeaderClassName
{
color: #F5CC3E;
}
.AnyTagClassName
{
color: #F5CC3E;
}
</style>
background-color css
<style>
a { background-color: #F5CC3E; }
a { background-color: rgb(245,204,62); }
div.DivClassName
{
background-color: #F5CC3E;
}
.BgClassName
{
background-color: #F5CC3E;
}
</style>
border-color css
<style>
span { border-color: #F5CC3E; }
span { border-color: rgb(245,204,62); }
td.TdClassName
{
border-color: #F5CC3E;
}
.TagClassName
{
border-color: #F5CC3E;
}
</style>