Shades of Sunglow #FFD542
Tints of Sunglow #FFD542
RGB
CMYK
RGB Variations
Color information
#FFD542 (or 0xFFD542) is known color: Sunglow. HEX triplet: FF, D5 and 42. RGB value is (255,213,66). Sum of RGB (Red+Green+Blue) = 255+213+66=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD542 is #002ABD. Grayscale: #D1D1D1. Windows color (decimal): -10942 or 4380159. OLE color: 4380159.
HSL color Cylindrical-coordinate representation of color #FFD542: hue angle of 46.67º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFD542 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 66 | - |
| CMYK | 0 | 0.16 | 0.74 | 0 |
| HSL | 46.67º | 1% | 0.63% | - |
| HSV(B) | 46.67º | 0.74% | 1% | - |
| XYZ | 66.02 | 69.24 | 15.04 | - |
| YUV | 208.8 | 47.41 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 66 | 0 | 0.16 | 0.74 | 0 | 46.67 | 1 | 0.63 |
| Hex | FF | D5 | 42 | 0 | 10 | 4A | 0 | 2F | 64 | 3F |
| Octal | 377 | 325 | 102 | 0 | 20 | 112 | 0 | 57 | 144 | 77 |
| Binary | 11111111 | 11010101 | 1000010 | 0 | 10000 | 1001010 | 0 | 101111 | 1100100 | 111111 |
Color Harmonies of #FFD542
Complementary color
Monochromatic Colors of #FFD542
Black with #FFD542
Text Example
Text Example
White with #FFD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD542; }
p { color: rgb(255,213,66); }
H1.HeaderClassName
{
color: #FFD542;
}
.AnyTagClassName
{
color: #FFD542;
}
</style>
background-color css
<style>
a { background-color: #FFD542; }
a { background-color: rgb(255,213,66); }
div.DivClassName
{
background-color: #FFD542;
}
.BgClassName
{
background-color: #FFD542;
}
</style>
border-color css
<style>
span { border-color: #FFD542; }
span { border-color: rgb(255,213,66); }
td.TdClassName
{
border-color: #FFD542;
}
.TagClassName
{
border-color: #FFD542;
}
</style>