Shades of Sunglow #FFCE32
Tints of Sunglow #FFCE32
RGB
CMYK
RGB Variations
Color information
#FFCE32 (or 0xFFCE32) is known color: Sunglow. HEX triplet: FF, CE and 32. RGB value is (255,206,50). Sum of RGB (Red+Green+Blue) = 255+206+50=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE32 is #0031CD. Grayscale: #CBCBCB. Windows color (decimal): -12750 or 3329791. OLE color: 3329791.
HSL color Cylindrical-coordinate representation of color #FFCE32: hue angle of 45.66º 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 #FFCE32 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 50 | - |
| CMYK | 0 | 0.19 | 0.80 | 0 |
| HSL | 45.66º | 1% | 0.6% | - |
| HSV(B) | 45.66º | 0.8% | 1% | - |
| XYZ | 63.89 | 65.63 | 12.32 | - |
| YUV | 202.87 | 41.73 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 50 | 0 | 0.19 | 0.80 | 0 | 45.66 | 1 | 0.6 |
| Hex | FF | CE | 32 | 0 | 13 | 50 | 0 | 2E | 64 | 3C |
| Octal | 377 | 316 | 62 | 0 | 23 | 120 | 0 | 56 | 144 | 74 |
| Binary | 11111111 | 11001110 | 110010 | 0 | 10011 | 1010000 | 0 | 101110 | 1100100 | 111100 |
Color Harmonies of #FFCE32
Complementary color
Monochromatic Colors of #FFCE32
Black with #FFCE32
Text Example
Text Example
White with #FFCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE32; }
p { color: rgb(255,206,50); }
H1.HeaderClassName
{
color: #FFCE32;
}
.AnyTagClassName
{
color: #FFCE32;
}
</style>
background-color css
<style>
a { background-color: #FFCE32; }
a { background-color: rgb(255,206,50); }
div.DivClassName
{
background-color: #FFCE32;
}
.BgClassName
{
background-color: #FFCE32;
}
</style>
border-color css
<style>
span { border-color: #FFCE32; }
span { border-color: rgb(255,206,50); }
td.TdClassName
{
border-color: #FFCE32;
}
.TagClassName
{
border-color: #FFCE32;
}
</style>