Shades of Sunglow #FECF38
Tints of Sunglow #FECF38
RGB
CMYK
RGB Variations
Color information
#FECF38 (or 0xFECF38) is known color: Sunglow. HEX triplet: FE, CF and 38. RGB value is (254,207,56). Sum of RGB (Red+Green+Blue) = 254+207+56=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 56 (22.27% from 255 or 10.83% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF38 is #0130C7. Grayscale: #CCCCCC. Windows color (decimal): -78024 or 3723262. OLE color: 3723262.
HSL color Cylindrical-coordinate representation of color #FECF38: hue angle of 45.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FECF38 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 56 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.00 |
| HSL | 45.76º | 0.99% | 0.61% | - |
| HSV(B) | 45.76º | 0.78% | 1% | - |
| XYZ | 63.9 | 65.98 | 13.11 | - |
| YUV | 203.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 56 | 0 | 0.19 | 0.78 | 0.00 | 45.76 | 0.99 | 0.61 |
| Hex | FE | CF | 38 | 0 | 13 | 4E | 0 | 2E | 63 | 3D |
| Octal | 376 | 317 | 70 | 0 | 23 | 116 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11001111 | 111000 | 0 | 10011 | 1001110 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FECF38
Complementary color
Monochromatic Colors of #FECF38
Black with #FECF38
Text Example
Text Example
White with #FECF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF38; }
p { color: rgb(254,207,56); }
H1.HeaderClassName
{
color: #FECF38;
}
.AnyTagClassName
{
color: #FECF38;
}
</style>
background-color css
<style>
a { background-color: #FECF38; }
a { background-color: rgb(254,207,56); }
div.DivClassName
{
background-color: #FECF38;
}
.BgClassName
{
background-color: #FECF38;
}
</style>
border-color css
<style>
span { border-color: #FECF38; }
span { border-color: rgb(254,207,56); }
td.TdClassName
{
border-color: #FECF38;
}
.TagClassName
{
border-color: #FECF38;
}
</style>