Shades of Sunglow #FECE2A
Tints of Sunglow #FECE2A
RGB
CMYK
RGB Variations
Color information
#FECE2A (or 0xFECE2A) is known color: Sunglow. HEX triplet: FE, CE and 2A. RGB value is (254,206,42). Sum of RGB (Red+Green+Blue) = 254+206+42=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE2A is #0131D5. Grayscale: #CACACA. Windows color (decimal): -78294 or 2805502. OLE color: 2805502.
HSL color Cylindrical-coordinate representation of color #FECE2A: hue angle of 46.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FECE2A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 42 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.00 |
| HSL | 46.42º | 0.99% | 0.58% | - |
| HSV(B) | 46.42º | 0.83% | 1% | - |
| XYZ | 63.36 | 65.38 | 11.47 | - |
| YUV | 201.66 | 37.9 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 42 | 0 | 0.19 | 0.83 | 0.00 | 46.42 | 0.99 | 0.58 |
| Hex | FE | CE | 2A | 0 | 13 | 53 | 0 | 2E | 63 | 3A |
| Octal | 376 | 316 | 52 | 0 | 23 | 123 | 0 | 56 | 143 | 72 |
| Binary | 11111110 | 11001110 | 101010 | 0 | 10011 | 1010011 | 0 | 101110 | 1100011 | 111010 |
Color Harmonies of #FECE2A
Complementary color
Monochromatic Colors of #FECE2A
Black with #FECE2A
Text Example
Text Example
White with #FECE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE2A; }
p { color: rgb(254,206,42); }
H1.HeaderClassName
{
color: #FECE2A;
}
.AnyTagClassName
{
color: #FECE2A;
}
</style>
background-color css
<style>
a { background-color: #FECE2A; }
a { background-color: rgb(254,206,42); }
div.DivClassName
{
background-color: #FECE2A;
}
.BgClassName
{
background-color: #FECE2A;
}
</style>
border-color css
<style>
span { border-color: #FECE2A; }
span { border-color: rgb(254,206,42); }
td.TdClassName
{
border-color: #FECE2A;
}
.TagClassName
{
border-color: #FECE2A;
}
</style>