Shades of Sunglow #FECD30
Tints of Sunglow #FECD30
RGB
CMYK
RGB Variations
Color information
#FECD30 (or 0xFECD30) is known color: Sunglow. HEX triplet: FE, CD and 30. RGB value is (254,205,48). Sum of RGB (Red+Green+Blue) = 254+205+48=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD30 is #0132CF. Grayscale: #CACACA. Windows color (decimal): -78544 or 3198462. OLE color: 3198462.
HSL color Cylindrical-coordinate representation of color #FECD30: hue angle of 45.73º 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 #FECD30 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 48 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.00 |
| HSL | 45.73º | 0.99% | 0.59% | - |
| HSV(B) | 45.73º | 0.81% | 1% | - |
| XYZ | 63.24 | 64.95 | 12 | - |
| YUV | 201.75 | 41.23 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 48 | 0 | 0.19 | 0.81 | 0.00 | 45.73 | 0.99 | 0.59 |
| Hex | FE | CD | 30 | 0 | 13 | 51 | 0 | 2E | 63 | 3B |
| Octal | 376 | 315 | 60 | 0 | 23 | 121 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001101 | 110000 | 0 | 10011 | 1010001 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECD30
Complementary color
Monochromatic Colors of #FECD30
Black with #FECD30
Text Example
Text Example
White with #FECD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD30; }
p { color: rgb(254,205,48); }
H1.HeaderClassName
{
color: #FECD30;
}
.AnyTagClassName
{
color: #FECD30;
}
</style>
background-color css
<style>
a { background-color: #FECD30; }
a { background-color: rgb(254,205,48); }
div.DivClassName
{
background-color: #FECD30;
}
.BgClassName
{
background-color: #FECD30;
}
</style>
border-color css
<style>
span { border-color: #FECD30; }
span { border-color: rgb(254,205,48); }
td.TdClassName
{
border-color: #FECD30;
}
.TagClassName
{
border-color: #FECD30;
}
</style>