Shades of Sunglow #FFC432
Tints of Sunglow #FFC432
RGB
CMYK
RGB Variations
Color information
#FFC432 (or 0xFFC432) is known color: Sunglow. HEX triplet: FF, C4 and 32. RGB value is (255,196,50). Sum of RGB (Red+Green+Blue) = 255+196+50=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC432 is #003BCD. Grayscale: #C5C5C5. Windows color (decimal): -15310 or 3327231. OLE color: 3327231.
HSL color Cylindrical-coordinate representation of color #FFC432: hue angle of 42.73º 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 #FFC432 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0 |
| HSL | 42.73º | 1% | 0.6% | - |
| HSV(B) | 42.73º | 0.8% | 1% | - |
| XYZ | 61.56 | 60.97 | 11.54 | - |
| YUV | 197 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 50 | 0 | 0.23 | 0.80 | 0 | 42.73 | 1 | 0.6 |
| Hex | FF | C4 | 32 | 0 | 17 | 50 | 0 | 2B | 64 | 3C |
| Octal | 377 | 304 | 62 | 0 | 27 | 120 | 0 | 53 | 144 | 74 |
| Binary | 11111111 | 11000100 | 110010 | 0 | 10111 | 1010000 | 0 | 101011 | 1100100 | 111100 |
Color Harmonies of #FFC432
Complementary color
Monochromatic Colors of #FFC432
Black with #FFC432
Text Example
Text Example
White with #FFC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC432; }
p { color: rgb(255,196,50); }
H1.HeaderClassName
{
color: #FFC432;
}
.AnyTagClassName
{
color: #FFC432;
}
</style>
background-color css
<style>
a { background-color: #FFC432; }
a { background-color: rgb(255,196,50); }
div.DivClassName
{
background-color: #FFC432;
}
.BgClassName
{
background-color: #FFC432;
}
</style>
border-color css
<style>
span { border-color: #FFC432; }
span { border-color: rgb(255,196,50); }
td.TdClassName
{
border-color: #FFC432;
}
.TagClassName
{
border-color: #FFC432;
}
</style>