Shades of Sunglow #FECF30
Tints of Sunglow #FECF30
RGB
CMYK
RGB Variations
Color information
#FECF30 (or 0xFECF30) is known color: Sunglow. HEX triplet: FE, CF and 30. RGB value is (254,207,48). Sum of RGB (Red+Green+Blue) = 254+207+48=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF30 is #0130CF. Grayscale: #CBCBCB. Windows color (decimal): -78032 or 3198974. OLE color: 3198974.
HSL color Cylindrical-coordinate representation of color #FECF30: hue angle of 46.31º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FECF30 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 48 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.00 |
| HSL | 46.31º | 0.99% | 0.59% | - |
| HSV(B) | 46.31º | 0.81% | 1% | - |
| XYZ | 63.72 | 65.91 | 12.16 | - |
| YUV | 202.93 | 40.57 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 48 | 0 | 0.19 | 0.81 | 0.00 | 46.31 | 0.99 | 0.59 |
| Hex | FE | CF | 30 | 0 | 13 | 51 | 0 | 2E | 63 | 3B |
| Octal | 376 | 317 | 60 | 0 | 23 | 121 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001111 | 110000 | 0 | 10011 | 1010001 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECF30
Complementary color
Monochromatic Colors of #FECF30
Black with #FECF30
Text Example
Text Example
White with #FECF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF30; }
p { color: rgb(254,207,48); }
H1.HeaderClassName
{
color: #FECF30;
}
.AnyTagClassName
{
color: #FECF30;
}
</style>
background-color css
<style>
a { background-color: #FECF30; }
a { background-color: rgb(254,207,48); }
div.DivClassName
{
background-color: #FECF30;
}
.BgClassName
{
background-color: #FECF30;
}
</style>
border-color css
<style>
span { border-color: #FECF30; }
span { border-color: rgb(254,207,48); }
td.TdClassName
{
border-color: #FECF30;
}
.TagClassName
{
border-color: #FECF30;
}
</style>