Shades of Sunglow #FFC532
Tints of Sunglow #FFC532
RGB
CMYK
RGB Variations
Color information
#FFC532 (or 0xFFC532) is known color: Sunglow. HEX triplet: FF, C5 and 32. RGB value is (255,197,50). Sum of RGB (Red+Green+Blue) = 255+197+50=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC532 is #003ACD. Grayscale: #C6C6C6. Windows color (decimal): -15054 or 3327487. OLE color: 3327487.
HSL color Cylindrical-coordinate representation of color #FFC532: hue angle of 43.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFC532 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0 |
| HSL | 43.02º | 1% | 0.6% | - |
| HSV(B) | 43.02º | 0.8% | 1% | - |
| XYZ | 61.78 | 61.42 | 11.62 | - |
| YUV | 197.58 | 44.72 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 50 | 0 | 0.23 | 0.80 | 0 | 43.02 | 1 | 0.6 |
| Hex | FF | C5 | 32 | 0 | 17 | 50 | 0 | 2B | 64 | 3C |
| Octal | 377 | 305 | 62 | 0 | 27 | 120 | 0 | 53 | 144 | 74 |
| Binary | 11111111 | 11000101 | 110010 | 0 | 10111 | 1010000 | 0 | 101011 | 1100100 | 111100 |
Color Harmonies of #FFC532
Complementary color
Monochromatic Colors of #FFC532
Black with #FFC532
Text Example
Text Example
White with #FFC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC532; }
p { color: rgb(255,197,50); }
H1.HeaderClassName
{
color: #FFC532;
}
.AnyTagClassName
{
color: #FFC532;
}
</style>
background-color css
<style>
a { background-color: #FFC532; }
a { background-color: rgb(255,197,50); }
div.DivClassName
{
background-color: #FFC532;
}
.BgClassName
{
background-color: #FFC532;
}
</style>
border-color css
<style>
span { border-color: #FFC532; }
span { border-color: rgb(255,197,50); }
td.TdClassName
{
border-color: #FFC532;
}
.TagClassName
{
border-color: #FFC532;
}
</style>