Shades of Sunglow #FECD42
Tints of Sunglow #FECD42
RGB
CMYK
RGB Variations
Color information
#FECD42 (or 0xFECD42) is known color: Sunglow. HEX triplet: FE, CD and 42. RGB value is (254,205,66). Sum of RGB (Red+Green+Blue) = 254+205+66=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD42 is #0132BD. Grayscale: #CCCCCC. Windows color (decimal): -78526 or 4378110. OLE color: 4378110.
HSL color Cylindrical-coordinate representation of color #FECD42: hue angle of 44.36º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FECD42 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 66 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.00 |
| HSL | 44.36º | 0.99% | 0.63% | - |
| HSV(B) | 44.36º | 0.74% | 1% | - |
| XYZ | 63.69 | 65.13 | 14.37 | - |
| YUV | 203.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 66 | 0 | 0.19 | 0.74 | 0.00 | 44.36 | 0.99 | 0.63 |
| Hex | FE | CD | 42 | 0 | 13 | 4A | 0 | 2C | 63 | 3F |
| Octal | 376 | 315 | 102 | 0 | 23 | 112 | 0 | 54 | 143 | 77 |
| Binary | 11111110 | 11001101 | 1000010 | 0 | 10011 | 1001010 | 0 | 101100 | 1100011 | 111111 |
Color Harmonies of #FECD42
Complementary color
Monochromatic Colors of #FECD42
Black with #FECD42
Text Example
Text Example
White with #FECD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD42; }
p { color: rgb(254,205,66); }
H1.HeaderClassName
{
color: #FECD42;
}
.AnyTagClassName
{
color: #FECD42;
}
</style>
background-color css
<style>
a { background-color: #FECD42; }
a { background-color: rgb(254,205,66); }
div.DivClassName
{
background-color: #FECD42;
}
.BgClassName
{
background-color: #FECD42;
}
</style>
border-color css
<style>
span { border-color: #FECD42; }
span { border-color: rgb(254,205,66); }
td.TdClassName
{
border-color: #FECD42;
}
.TagClassName
{
border-color: #FECD42;
}
</style>