Shades of Sunglow #FECE2B
Tints of Sunglow #FECE2B
RGB
CMYK
RGB Variations
Color information
#FECE2B (or 0xFECE2B) is known color: Sunglow. HEX triplet: FE, CE and 2B. RGB value is (254,206,43). Sum of RGB (Red+Green+Blue) = 254+206+43=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE2B is #0131D4. Grayscale: #CACACA. Windows color (decimal): -78293 or 2871038. OLE color: 2871038.
HSL color Cylindrical-coordinate representation of color #FECE2B: hue angle of 46.35º 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 #FECE2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 43 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.00 |
| HSL | 46.35º | 0.99% | 0.58% | - |
| HSV(B) | 46.35º | 0.83% | 1% | - |
| XYZ | 63.38 | 65.39 | 11.57 | - |
| YUV | 201.77 | 38.4 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 43 | 0 | 0.19 | 0.83 | 0.00 | 46.35 | 0.99 | 0.58 |
| Hex | FE | CE | 2B | 0 | 13 | 53 | 0 | 2E | 63 | 3A |
| Octal | 376 | 316 | 53 | 0 | 23 | 123 | 0 | 56 | 143 | 72 |
| Binary | 11111110 | 11001110 | 101011 | 0 | 10011 | 1010011 | 0 | 101110 | 1100011 | 111010 |
Color Harmonies of #FECE2B
Complementary color
Monochromatic Colors of #FECE2B
Black with #FECE2B
Text Example
Text Example
White with #FECE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE2B; }
p { color: rgb(254,206,43); }
H1.HeaderClassName
{
color: #FECE2B;
}
.AnyTagClassName
{
color: #FECE2B;
}
</style>
background-color css
<style>
a { background-color: #FECE2B; }
a { background-color: rgb(254,206,43); }
div.DivClassName
{
background-color: #FECE2B;
}
.BgClassName
{
background-color: #FECE2B;
}
</style>
border-color css
<style>
span { border-color: #FECE2B; }
span { border-color: rgb(254,206,43); }
td.TdClassName
{
border-color: #FECE2B;
}
.TagClassName
{
border-color: #FECE2B;
}
</style>