Shades of Sunglow #FECB2C
Tints of Sunglow #FECB2C
RGB
CMYK
RGB Variations
Color information
#FECB2C (or 0xFECB2C) is known color: Sunglow. HEX triplet: FE, CB and 2C. RGB value is (254,203,44). Sum of RGB (Red+Green+Blue) = 254+203+44=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB2C is #0134D3. Grayscale: #C8C8C8. Windows color (decimal): -79060 or 2935806. OLE color: 2935806.
HSL color Cylindrical-coordinate representation of color #FECB2C: hue angle of 45.43º 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 #FECB2C is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 44 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.00 |
| HSL | 45.43º | 0.99% | 0.58% | - |
| HSV(B) | 45.43º | 0.83% | 1% | - |
| XYZ | 62.68 | 63.96 | 11.43 | - |
| YUV | 200.12 | 39.9 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 44 | 0 | 0.20 | 0.83 | 0.00 | 45.43 | 0.99 | 0.58 |
| Hex | FE | CB | 2C | 0 | 14 | 53 | 0 | 2D | 63 | 3A |
| Octal | 376 | 313 | 54 | 0 | 24 | 123 | 0 | 55 | 143 | 72 |
| Binary | 11111110 | 11001011 | 101100 | 0 | 10100 | 1010011 | 0 | 101101 | 1100011 | 111010 |
Color Harmonies of #FECB2C
Complementary color
Monochromatic Colors of #FECB2C
Black with #FECB2C
Text Example
Text Example
White with #FECB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB2C; }
p { color: rgb(254,203,44); }
H1.HeaderClassName
{
color: #FECB2C;
}
.AnyTagClassName
{
color: #FECB2C;
}
</style>
background-color css
<style>
a { background-color: #FECB2C; }
a { background-color: rgb(254,203,44); }
div.DivClassName
{
background-color: #FECB2C;
}
.BgClassName
{
background-color: #FECB2C;
}
</style>
border-color css
<style>
span { border-color: #FECB2C; }
span { border-color: rgb(254,203,44); }
td.TdClassName
{
border-color: #FECB2C;
}
.TagClassName
{
border-color: #FECB2C;
}
</style>