Shades of Sunglow #FFC732
Tints of Sunglow #FFC732
RGB
CMYK
RGB Variations
Color information
#FFC732 (or 0xFFC732) is known color: Sunglow. HEX triplet: FF, C7 and 32. RGB value is (255,199,50). Sum of RGB (Red+Green+Blue) = 255+199+50=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC732 is #0038CD. Grayscale: #C7C7C7. Windows color (decimal): -14542 or 3327999. OLE color: 3327999.
HSL color Cylindrical-coordinate representation of color #FFC732: hue angle of 43.61º 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 #FFC732 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 50 | - |
| CMYK | 0 | 0.22 | 0.80 | 0 |
| HSL | 43.61º | 1% | 0.6% | - |
| HSV(B) | 43.61º | 0.8% | 1% | - |
| XYZ | 62.24 | 62.34 | 11.77 | - |
| YUV | 198.76 | 44.05 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 50 | 0 | 0.22 | 0.80 | 0 | 43.61 | 1 | 0.6 |
| Hex | FF | C7 | 32 | 0 | 16 | 50 | 0 | 2C | 64 | 3C |
| Octal | 377 | 307 | 62 | 0 | 26 | 120 | 0 | 54 | 144 | 74 |
| Binary | 11111111 | 11000111 | 110010 | 0 | 10110 | 1010000 | 0 | 101100 | 1100100 | 111100 |
Color Harmonies of #FFC732
Complementary color
Monochromatic Colors of #FFC732
Black with #FFC732
Text Example
Text Example
White with #FFC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC732; }
p { color: rgb(255,199,50); }
H1.HeaderClassName
{
color: #FFC732;
}
.AnyTagClassName
{
color: #FFC732;
}
</style>
background-color css
<style>
a { background-color: #FFC732; }
a { background-color: rgb(255,199,50); }
div.DivClassName
{
background-color: #FFC732;
}
.BgClassName
{
background-color: #FFC732;
}
</style>
border-color css
<style>
span { border-color: #FFC732; }
span { border-color: rgb(255,199,50); }
td.TdClassName
{
border-color: #FFC732;
}
.TagClassName
{
border-color: #FFC732;
}
</style>