Shades of Sunglow #FFCE40
Tints of Sunglow #FFCE40
RGB
CMYK
RGB Variations
Color information
#FFCE40 (or 0xFFCE40) is known color: Sunglow. HEX triplet: FF, CE and 40. RGB value is (255,206,64). Sum of RGB (Red+Green+Blue) = 255+206+64=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE40 is #0031BF. Grayscale: #CDCDCD. Windows color (decimal): -12736 or 4247295. OLE color: 4247295.
HSL color Cylindrical-coordinate representation of color #FFCE40: hue angle of 44.61º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFCE40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0 |
| HSL | 44.61º | 1% | 0.63% | - |
| HSV(B) | 44.61º | 0.75% | 1% | - |
| XYZ | 64.24 | 65.77 | 14.16 | - |
| YUV | 204.46 | 48.73 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 64 | 0 | 0.19 | 0.75 | 0 | 44.61 | 1 | 0.63 |
| Hex | FF | CE | 40 | 0 | 13 | 4B | 0 | 2D | 64 | 3F |
| Octal | 377 | 316 | 100 | 0 | 23 | 113 | 0 | 55 | 144 | 77 |
| Binary | 11111111 | 11001110 | 1000000 | 0 | 10011 | 1001011 | 0 | 101101 | 1100100 | 111111 |
Color Harmonies of #FFCE40
Complementary color
Monochromatic Colors of #FFCE40
Black with #FFCE40
Text Example
Text Example
White with #FFCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE40; }
p { color: rgb(255,206,64); }
H1.HeaderClassName
{
color: #FFCE40;
}
.AnyTagClassName
{
color: #FFCE40;
}
</style>
background-color css
<style>
a { background-color: #FFCE40; }
a { background-color: rgb(255,206,64); }
div.DivClassName
{
background-color: #FFCE40;
}
.BgClassName
{
background-color: #FFCE40;
}
</style>
border-color css
<style>
span { border-color: #FFCE40; }
span { border-color: rgb(255,206,64); }
td.TdClassName
{
border-color: #FFCE40;
}
.TagClassName
{
border-color: #FFCE40;
}
</style>