Shades of Sunglow #FECF3E
Tints of Sunglow #FECF3E
RGB
CMYK
RGB Variations
Color information
#FECF3E (or 0xFECF3E) is known color: Sunglow. HEX triplet: FE, CF and 3E. RGB value is (254,207,62). Sum of RGB (Red+Green+Blue) = 254+207+62=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF3E is #0130C1. Grayscale: #CDCDCD. Windows color (decimal): -78018 or 4116478. OLE color: 4116478.
HSL color Cylindrical-coordinate representation of color #FECF3E: hue angle of 45.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FECF3E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 62 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.00 |
| HSL | 45.31º | 0.99% | 0.62% | - |
| HSV(B) | 45.31º | 0.76% | 1% | - |
| XYZ | 64.06 | 66.04 | 13.93 | - |
| YUV | 204.52 | 47.57 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 62 | 0 | 0.19 | 0.76 | 0.00 | 45.31 | 0.99 | 0.62 |
| Hex | FE | CF | 3E | 0 | 13 | 4C | 0 | 2D | 63 | 3E |
| Octal | 376 | 317 | 76 | 0 | 23 | 114 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001111 | 111110 | 0 | 10011 | 1001100 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECF3E
Complementary color
Monochromatic Colors of #FECF3E
Black with #FECF3E
Text Example
Text Example
White with #FECF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF3E; }
p { color: rgb(254,207,62); }
H1.HeaderClassName
{
color: #FECF3E;
}
.AnyTagClassName
{
color: #FECF3E;
}
</style>
background-color css
<style>
a { background-color: #FECF3E; }
a { background-color: rgb(254,207,62); }
div.DivClassName
{
background-color: #FECF3E;
}
.BgClassName
{
background-color: #FECF3E;
}
</style>
border-color css
<style>
span { border-color: #FECF3E; }
span { border-color: rgb(254,207,62); }
td.TdClassName
{
border-color: #FECF3E;
}
.TagClassName
{
border-color: #FECF3E;
}
</style>