Shades of Sunglow #FECF29
Tints of Sunglow #FECF29
RGB
CMYK
RGB Variations
Color information
#FECF29 (or 0xFECF29) is known color: Sunglow. HEX triplet: FE, CF and 29. RGB value is (254,207,41). Sum of RGB (Red+Green+Blue) = 254+207+41=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF29 is #0130D6. Grayscale: #CACACA. Windows color (decimal): -78039 or 2740222. OLE color: 2740222.
HSL color Cylindrical-coordinate representation of color #FECF29: hue angle of 46.76º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FECF29 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 41 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.00 |
| HSL | 46.76º | 0.99% | 0.58% | - |
| HSV(B) | 46.76º | 0.84% | 1% | - |
| XYZ | 63.59 | 65.86 | 11.46 | - |
| YUV | 202.13 | 37.07 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 41 | 0 | 0.19 | 0.84 | 0.00 | 46.76 | 0.99 | 0.58 |
| Hex | FE | CF | 29 | 0 | 13 | 54 | 0 | 2F | 63 | 3A |
| Octal | 376 | 317 | 51 | 0 | 23 | 124 | 0 | 57 | 143 | 72 |
| Binary | 11111110 | 11001111 | 101001 | 0 | 10011 | 1010100 | 0 | 101111 | 1100011 | 111010 |
Color Harmonies of #FECF29
Complementary color
Monochromatic Colors of #FECF29
Black with #FECF29
Text Example
Text Example
White with #FECF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF29; }
p { color: rgb(254,207,41); }
H1.HeaderClassName
{
color: #FECF29;
}
.AnyTagClassName
{
color: #FECF29;
}
</style>
background-color css
<style>
a { background-color: #FECF29; }
a { background-color: rgb(254,207,41); }
div.DivClassName
{
background-color: #FECF29;
}
.BgClassName
{
background-color: #FECF29;
}
</style>
border-color css
<style>
span { border-color: #FECF29; }
span { border-color: rgb(254,207,41); }
td.TdClassName
{
border-color: #FECF29;
}
.TagClassName
{
border-color: #FECF29;
}
</style>