Shades of Sunglow #FECF2D
Tints of Sunglow #FECF2D
RGB
CMYK
RGB Variations
Color information
#FECF2D (or 0xFECF2D) is known color: Sunglow. HEX triplet: FE, CF and 2D. RGB value is (254,207,45). Sum of RGB (Red+Green+Blue) = 254+207+45=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF2D is #0130D2. Grayscale: #CBCBCB. Windows color (decimal): -78035 or 3002366. OLE color: 3002366.
HSL color Cylindrical-coordinate representation of color #FECF2D: hue angle of 46.51º 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 #FECF2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.00 |
| HSL | 46.51º | 0.99% | 0.59% | - |
| HSV(B) | 46.51º | 0.82% | 1% | - |
| XYZ | 63.66 | 65.89 | 11.84 | - |
| YUV | 202.59 | 39.07 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 45 | 0 | 0.19 | 0.82 | 0.00 | 46.51 | 0.99 | 0.59 |
| Hex | FE | CF | 2D | 0 | 13 | 52 | 0 | 2F | 63 | 3B |
| Octal | 376 | 317 | 55 | 0 | 23 | 122 | 0 | 57 | 143 | 73 |
| Binary | 11111110 | 11001111 | 101101 | 0 | 10011 | 1010010 | 0 | 101111 | 1100011 | 111011 |
Color Harmonies of #FECF2D
Complementary color
Monochromatic Colors of #FECF2D
Black with #FECF2D
Text Example
Text Example
White with #FECF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF2D; }
p { color: rgb(254,207,45); }
H1.HeaderClassName
{
color: #FECF2D;
}
.AnyTagClassName
{
color: #FECF2D;
}
</style>
background-color css
<style>
a { background-color: #FECF2D; }
a { background-color: rgb(254,207,45); }
div.DivClassName
{
background-color: #FECF2D;
}
.BgClassName
{
background-color: #FECF2D;
}
</style>
border-color css
<style>
span { border-color: #FECF2D; }
span { border-color: rgb(254,207,45); }
td.TdClassName
{
border-color: #FECF2D;
}
.TagClassName
{
border-color: #FECF2D;
}
</style>