Shades of Sunglow #FFD242
Tints of Sunglow #FFD242
RGB
CMYK
RGB Variations
Color information
#FFD242 (or 0xFFD242) is known color: Sunglow. HEX triplet: FF, D2 and 42. RGB value is (255,210,66). Sum of RGB (Red+Green+Blue) = 255+210+66=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD242 is #002DBD. Grayscale: #CFCFCF. Windows color (decimal): -11710 or 4379391. OLE color: 4379391.
HSL color Cylindrical-coordinate representation of color #FFD242: hue angle of 45.71º 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 #FFD242 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 66 | - |
| CMYK | 0 | 0.18 | 0.74 | 0 |
| HSL | 45.71º | 1% | 0.63% | - |
| HSV(B) | 45.71º | 0.74% | 1% | - |
| XYZ | 65.27 | 67.75 | 14.79 | - |
| YUV | 207.04 | 48.41 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 66 | 0 | 0.18 | 0.74 | 0 | 45.71 | 1 | 0.63 |
| Hex | FF | D2 | 42 | 0 | 12 | 4A | 0 | 2E | 64 | 3F |
| Octal | 377 | 322 | 102 | 0 | 22 | 112 | 0 | 56 | 144 | 77 |
| Binary | 11111111 | 11010010 | 1000010 | 0 | 10010 | 1001010 | 0 | 101110 | 1100100 | 111111 |
Color Harmonies of #FFD242
Complementary color
Monochromatic Colors of #FFD242
Black with #FFD242
Text Example
Text Example
White with #FFD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD242; }
p { color: rgb(255,210,66); }
H1.HeaderClassName
{
color: #FFD242;
}
.AnyTagClassName
{
color: #FFD242;
}
</style>
background-color css
<style>
a { background-color: #FFD242; }
a { background-color: rgb(255,210,66); }
div.DivClassName
{
background-color: #FFD242;
}
.BgClassName
{
background-color: #FFD242;
}
</style>
border-color css
<style>
span { border-color: #FFD242; }
span { border-color: rgb(255,210,66); }
td.TdClassName
{
border-color: #FFD242;
}
.TagClassName
{
border-color: #FFD242;
}
</style>