Shades of Sunglow #FFC032
Tints of Sunglow #FFC032
RGB
CMYK
RGB Variations
Color information
#FFC032 (or 0xFFC032) is known color: Sunglow. HEX triplet: FF, C0 and 32. RGB value is (255,192,50). Sum of RGB (Red+Green+Blue) = 255+192+50=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC032 is #003FCD. Grayscale: #C3C3C3. Windows color (decimal): -16334 or 3326207. OLE color: 3326207.
HSL color Cylindrical-coordinate representation of color #FFC032: hue angle of 41.56º 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 #FFC032 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0 |
| HSL | 41.56º | 1% | 0.6% | - |
| HSV(B) | 41.56º | 0.8% | 1% | - |
| XYZ | 60.67 | 59.19 | 11.24 | - |
| YUV | 194.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 50 | 0 | 0.25 | 0.80 | 0 | 41.56 | 1 | 0.6 |
| Hex | FF | C0 | 32 | 0 | 19 | 50 | 0 | 2A | 64 | 3C |
| Octal | 377 | 300 | 62 | 0 | 31 | 120 | 0 | 52 | 144 | 74 |
| Binary | 11111111 | 11000000 | 110010 | 0 | 11001 | 1010000 | 0 | 101010 | 1100100 | 111100 |
Color Harmonies of #FFC032
Complementary color
Monochromatic Colors of #FFC032
Black with #FFC032
Text Example
Text Example
White with #FFC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC032; }
p { color: rgb(255,192,50); }
H1.HeaderClassName
{
color: #FFC032;
}
.AnyTagClassName
{
color: #FFC032;
}
</style>
background-color css
<style>
a { background-color: #FFC032; }
a { background-color: rgb(255,192,50); }
div.DivClassName
{
background-color: #FFC032;
}
.BgClassName
{
background-color: #FFC032;
}
</style>
border-color css
<style>
span { border-color: #FFC032; }
span { border-color: rgb(255,192,50); }
td.TdClassName
{
border-color: #FFC032;
}
.TagClassName
{
border-color: #FFC032;
}
</style>