Shades of Sunglow #FECB2E
Tints of Sunglow #FECB2E
RGB
CMYK
RGB Variations
Color information
#FECB2E (or 0xFECB2E) is known color: Sunglow. HEX triplet: FE, CB and 2E. RGB value is (254,203,46). Sum of RGB (Red+Green+Blue) = 254+203+46=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB2E is #0134D1. Grayscale: #C9C9C9. Windows color (decimal): -79058 or 3066878. OLE color: 3066878.
HSL color Cylindrical-coordinate representation of color #FECB2E: hue angle of 45.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FECB2E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.00 |
| HSL | 45.29º | 0.99% | 0.59% | - |
| HSV(B) | 45.29º | 0.82% | 1% | - |
| XYZ | 62.72 | 63.98 | 11.63 | - |
| YUV | 200.35 | 40.9 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 46 | 0 | 0.20 | 0.82 | 0.00 | 45.29 | 0.99 | 0.59 |
| Hex | FE | CB | 2E | 0 | 14 | 52 | 0 | 2D | 63 | 3B |
| Octal | 376 | 313 | 56 | 0 | 24 | 122 | 0 | 55 | 143 | 73 |
| Binary | 11111110 | 11001011 | 101110 | 0 | 10100 | 1010010 | 0 | 101101 | 1100011 | 111011 |
Color Harmonies of #FECB2E
Complementary color
Monochromatic Colors of #FECB2E
Black with #FECB2E
Text Example
Text Example
White with #FECB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB2E; }
p { color: rgb(254,203,46); }
H1.HeaderClassName
{
color: #FECB2E;
}
.AnyTagClassName
{
color: #FECB2E;
}
</style>
background-color css
<style>
a { background-color: #FECB2E; }
a { background-color: rgb(254,203,46); }
div.DivClassName
{
background-color: #FECB2E;
}
.BgClassName
{
background-color: #FECB2E;
}
</style>
border-color css
<style>
span { border-color: #FECB2E; }
span { border-color: rgb(254,203,46); }
td.TdClassName
{
border-color: #FECB2E;
}
.TagClassName
{
border-color: #FECB2E;
}
</style>