Shades of Sunglow #FECF2B
Tints of Sunglow #FECF2B
RGB
CMYK
RGB Variations
Color information
#FECF2B (or 0xFECF2B) is known color: Sunglow. HEX triplet: FE, CF and 2B. RGB value is (254,207,43). Sum of RGB (Red+Green+Blue) = 254+207+43=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF2B is #0130D4. Grayscale: #CBCBCB. Windows color (decimal): -78037 or 2871294. OLE color: 2871294.
HSL color Cylindrical-coordinate representation of color #FECF2B: hue angle of 46.64º 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 #FECF2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 43 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.00 |
| HSL | 46.64º | 0.99% | 0.58% | - |
| HSV(B) | 46.64º | 0.83% | 1% | - |
| XYZ | 63.62 | 65.87 | 11.65 | - |
| YUV | 202.36 | 38.07 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 43 | 0 | 0.19 | 0.83 | 0.00 | 46.64 | 0.99 | 0.58 |
| Hex | FE | CF | 2B | 0 | 13 | 53 | 0 | 2F | 63 | 3A |
| Octal | 376 | 317 | 53 | 0 | 23 | 123 | 0 | 57 | 143 | 72 |
| Binary | 11111110 | 11001111 | 101011 | 0 | 10011 | 1010011 | 0 | 101111 | 1100011 | 111010 |
Color Harmonies of #FECF2B
Complementary color
Monochromatic Colors of #FECF2B
Black with #FECF2B
Text Example
Text Example
White with #FECF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF2B; }
p { color: rgb(254,207,43); }
H1.HeaderClassName
{
color: #FECF2B;
}
.AnyTagClassName
{
color: #FECF2B;
}
</style>
background-color css
<style>
a { background-color: #FECF2B; }
a { background-color: rgb(254,207,43); }
div.DivClassName
{
background-color: #FECF2B;
}
.BgClassName
{
background-color: #FECF2B;
}
</style>
border-color css
<style>
span { border-color: #FECF2B; }
span { border-color: rgb(254,207,43); }
td.TdClassName
{
border-color: #FECF2B;
}
.TagClassName
{
border-color: #FECF2B;
}
</style>