Shades of Sunglow #FFC53A
Tints of Sunglow #FFC53A
RGB
CMYK
RGB Variations
Color information
#FFC53A (or 0xFFC53A) is known color: Sunglow. HEX triplet: FF, C5 and 3A. RGB value is (255,197,58). Sum of RGB (Red+Green+Blue) = 255+197+58=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC53A is #003AC5. Grayscale: #C7C7C7. Windows color (decimal): -15046 or 3851775. OLE color: 3851775.
HSL color Cylindrical-coordinate representation of color #FFC53A: hue angle of 42.34º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFC53A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 58 | - |
| CMYK | 0 | 0.23 | 0.77 | 0 |
| HSL | 42.34º | 1% | 0.61% | - |
| HSV(B) | 42.34º | 0.77% | 1% | - |
| XYZ | 61.97 | 61.5 | 12.61 | - |
| YUV | 198.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 58 | 0 | 0.23 | 0.77 | 0 | 42.34 | 1 | 0.61 |
| Hex | FF | C5 | 3A | 0 | 17 | 4D | 0 | 2A | 64 | 3D |
| Octal | 377 | 305 | 72 | 0 | 27 | 115 | 0 | 52 | 144 | 75 |
| Binary | 11111111 | 11000101 | 111010 | 0 | 10111 | 1001101 | 0 | 101010 | 1100100 | 111101 |
Color Harmonies of #FFC53A
Complementary color
Monochromatic Colors of #FFC53A
Black with #FFC53A
Text Example
Text Example
White with #FFC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC53A; }
p { color: rgb(255,197,58); }
H1.HeaderClassName
{
color: #FFC53A;
}
.AnyTagClassName
{
color: #FFC53A;
}
</style>
background-color css
<style>
a { background-color: #FFC53A; }
a { background-color: rgb(255,197,58); }
div.DivClassName
{
background-color: #FFC53A;
}
.BgClassName
{
background-color: #FFC53A;
}
</style>
border-color css
<style>
span { border-color: #FFC53A; }
span { border-color: rgb(255,197,58); }
td.TdClassName
{
border-color: #FFC53A;
}
.TagClassName
{
border-color: #FFC53A;
}
</style>