Shades of Sunglow #FFCE2A
Tints of Sunglow #FFCE2A
RGB
CMYK
RGB Variations
Color information
#FFCE2A (or 0xFFCE2A) is known color: Sunglow. HEX triplet: FF, CE and 2A. RGB value is (255,206,42). Sum of RGB (Red+Green+Blue) = 255+206+42=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE2A is #0031D5. Grayscale: #CACACA. Windows color (decimal): -12758 or 2805503. OLE color: 2805503.
HSL color Cylindrical-coordinate representation of color #FFCE2A: hue angle of 46.2º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFCE2A is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 42 | - |
| CMYK | 0 | 0.19 | 0.84 | 0 |
| HSL | 46.2º | 1% | 0.58% | - |
| HSV(B) | 46.2º | 0.84% | 1% | - |
| XYZ | 63.73 | 65.57 | 11.49 | - |
| YUV | 201.96 | 37.73 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 42 | 0 | 0.19 | 0.84 | 0 | 46.2 | 1 | 0.58 |
| Hex | FF | CE | 2A | 0 | 13 | 54 | 0 | 2E | 64 | 3A |
| Octal | 377 | 316 | 52 | 0 | 23 | 124 | 0 | 56 | 144 | 72 |
| Binary | 11111111 | 11001110 | 101010 | 0 | 10011 | 1010100 | 0 | 101110 | 1100100 | 111010 |
Color Harmonies of #FFCE2A
Complementary color
Monochromatic Colors of #FFCE2A
Black with #FFCE2A
Text Example
Text Example
White with #FFCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE2A; }
p { color: rgb(255,206,42); }
H1.HeaderClassName
{
color: #FFCE2A;
}
.AnyTagClassName
{
color: #FFCE2A;
}
</style>
background-color css
<style>
a { background-color: #FFCE2A; }
a { background-color: rgb(255,206,42); }
div.DivClassName
{
background-color: #FFCE2A;
}
.BgClassName
{
background-color: #FFCE2A;
}
</style>
border-color css
<style>
span { border-color: #FFCE2A; }
span { border-color: rgb(255,206,42); }
td.TdClassName
{
border-color: #FFCE2A;
}
.TagClassName
{
border-color: #FFCE2A;
}
</style>