Shades of Sunglow #FECF3A
Tints of Sunglow #FECF3A
RGB
CMYK
RGB Variations
Color information
#FECF3A (or 0xFECF3A) is known color: Sunglow. HEX triplet: FE, CF and 3A. RGB value is (254,207,58). Sum of RGB (Red+Green+Blue) = 254+207+58=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF3A is #0130C5. Grayscale: #CCCCCC. Windows color (decimal): -78022 or 3854334. OLE color: 3854334.
HSL color Cylindrical-coordinate representation of color #FECF3A: hue angle of 45.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FECF3A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 58 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.00 |
| HSL | 45.61º | 0.99% | 0.61% | - |
| HSV(B) | 45.61º | 0.77% | 1% | - |
| XYZ | 63.95 | 66 | 13.37 | - |
| YUV | 204.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 58 | 0 | 0.19 | 0.77 | 0.00 | 45.61 | 0.99 | 0.61 |
| Hex | FE | CF | 3A | 0 | 13 | 4D | 0 | 2E | 63 | 3D |
| Octal | 376 | 317 | 72 | 0 | 23 | 115 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11001111 | 111010 | 0 | 10011 | 1001101 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FECF3A
Complementary color
Monochromatic Colors of #FECF3A
Black with #FECF3A
Text Example
Text Example
White with #FECF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF3A; }
p { color: rgb(254,207,58); }
H1.HeaderClassName
{
color: #FECF3A;
}
.AnyTagClassName
{
color: #FECF3A;
}
</style>
background-color css
<style>
a { background-color: #FECF3A; }
a { background-color: rgb(254,207,58); }
div.DivClassName
{
background-color: #FECF3A;
}
.BgClassName
{
background-color: #FECF3A;
}
</style>
border-color css
<style>
span { border-color: #FECF3A; }
span { border-color: rgb(254,207,58); }
td.TdClassName
{
border-color: #FECF3A;
}
.TagClassName
{
border-color: #FECF3A;
}
</style>