Shades of Sunglow #FFCE2E
Tints of Sunglow #FFCE2E
RGB
CMYK
RGB Variations
Color information
#FFCE2E (or 0xFFCE2E) is known color: Sunglow. HEX triplet: FF, CE and 2E. RGB value is (255,206,46). Sum of RGB (Red+Green+Blue) = 255+206+46=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE2E is #0031D1. Grayscale: #CBCBCB. Windows color (decimal): -12754 or 3067647. OLE color: 3067647.
HSL color Cylindrical-coordinate representation of color #FFCE2E: hue angle of 45.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFCE2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0 |
| HSL | 45.93º | 1% | 0.59% | - |
| HSV(B) | 45.93º | 0.82% | 1% | - |
| XYZ | 63.8 | 65.6 | 11.88 | - |
| YUV | 202.41 | 39.73 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 46 | 0 | 0.19 | 0.82 | 0 | 45.93 | 1 | 0.59 |
| Hex | FF | CE | 2E | 0 | 13 | 52 | 0 | 2E | 64 | 3B |
| Octal | 377 | 316 | 56 | 0 | 23 | 122 | 0 | 56 | 144 | 73 |
| Binary | 11111111 | 11001110 | 101110 | 0 | 10011 | 1010010 | 0 | 101110 | 1100100 | 111011 |
Color Harmonies of #FFCE2E
Complementary color
Monochromatic Colors of #FFCE2E
Black with #FFCE2E
Text Example
Text Example
White with #FFCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE2E; }
p { color: rgb(255,206,46); }
H1.HeaderClassName
{
color: #FFCE2E;
}
.AnyTagClassName
{
color: #FFCE2E;
}
</style>
background-color css
<style>
a { background-color: #FFCE2E; }
a { background-color: rgb(255,206,46); }
div.DivClassName
{
background-color: #FFCE2E;
}
.BgClassName
{
background-color: #FFCE2E;
}
</style>
border-color css
<style>
span { border-color: #FFCE2E; }
span { border-color: rgb(255,206,46); }
td.TdClassName
{
border-color: #FFCE2E;
}
.TagClassName
{
border-color: #FFCE2E;
}
</style>