Shades of Sunglow #FFC52F
Tints of Sunglow #FFC52F
RGB
CMYK
RGB Variations
Color information
#FFC52F (or 0xFFC52F) is known color: Sunglow. HEX triplet: FF, C5 and 2F. RGB value is (255,197,47). Sum of RGB (Red+Green+Blue) = 255+197+47=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC52F is #003AD0. Grayscale: #C5C5C5. Windows color (decimal): -15057 or 3130879. OLE color: 3130879.
HSL color Cylindrical-coordinate representation of color #FFC52F: hue angle of 43.27º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFC52F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 47 | - |
| CMYK | 0 | 0.23 | 0.82 | 0 |
| HSL | 43.27º | 1% | 0.59% | - |
| HSV(B) | 43.27º | 0.82% | 1% | - |
| XYZ | 61.72 | 61.4 | 11.29 | - |
| YUV | 197.24 | 43.22 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 47 | 0 | 0.23 | 0.82 | 0 | 43.27 | 1 | 0.59 |
| Hex | FF | C5 | 2F | 0 | 17 | 52 | 0 | 2B | 64 | 3B |
| Octal | 377 | 305 | 57 | 0 | 27 | 122 | 0 | 53 | 144 | 73 |
| Binary | 11111111 | 11000101 | 101111 | 0 | 10111 | 1010010 | 0 | 101011 | 1100100 | 111011 |
Color Harmonies of #FFC52F
Complementary color
Monochromatic Colors of #FFC52F
Black with #FFC52F
Text Example
Text Example
White with #FFC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC52F; }
p { color: rgb(255,197,47); }
H1.HeaderClassName
{
color: #FFC52F;
}
.AnyTagClassName
{
color: #FFC52F;
}
</style>
background-color css
<style>
a { background-color: #FFC52F; }
a { background-color: rgb(255,197,47); }
div.DivClassName
{
background-color: #FFC52F;
}
.BgClassName
{
background-color: #FFC52F;
}
</style>
border-color css
<style>
span { border-color: #FFC52F; }
span { border-color: rgb(255,197,47); }
td.TdClassName
{
border-color: #FFC52F;
}
.TagClassName
{
border-color: #FFC52F;
}
</style>