Shades of Sunglow #FECF3F
Tints of Sunglow #FECF3F
RGB
CMYK
RGB Variations
Color information
#FECF3F (or 0xFECF3F) is known color: Sunglow. HEX triplet: FE, CF and 3F. RGB value is (254,207,63). Sum of RGB (Red+Green+Blue) = 254+207+63=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF3F is #0130C0. Grayscale: #CDCDCD. Windows color (decimal): -78017 or 4182014. OLE color: 4182014.
HSL color Cylindrical-coordinate representation of color #FECF3F: hue angle of 45.24º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FECF3F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 63 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.00 |
| HSL | 45.24º | 0.99% | 0.62% | - |
| HSV(B) | 45.24º | 0.75% | 1% | - |
| XYZ | 64.08 | 66.06 | 14.08 | - |
| YUV | 204.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 63 | 0 | 0.19 | 0.75 | 0.00 | 45.24 | 0.99 | 0.62 |
| Hex | FE | CF | 3F | 0 | 13 | 4B | 0 | 2D | 63 | 3E |
| Octal | 376 | 317 | 77 | 0 | 23 | 113 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001111 | 111111 | 0 | 10011 | 1001011 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECF3F
Complementary color
Monochromatic Colors of #FECF3F
Black with #FECF3F
Text Example
Text Example
White with #FECF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF3F; }
p { color: rgb(254,207,63); }
H1.HeaderClassName
{
color: #FECF3F;
}
.AnyTagClassName
{
color: #FECF3F;
}
</style>
background-color css
<style>
a { background-color: #FECF3F; }
a { background-color: rgb(254,207,63); }
div.DivClassName
{
background-color: #FECF3F;
}
.BgClassName
{
background-color: #FECF3F;
}
</style>
border-color css
<style>
span { border-color: #FECF3F; }
span { border-color: rgb(254,207,63); }
td.TdClassName
{
border-color: #FECF3F;
}
.TagClassName
{
border-color: #FECF3F;
}
</style>