Shades of Sunglow #FFD231
Tints of Sunglow #FFD231
RGB
CMYK
RGB Variations
Color information
#FFD231 (or 0xFFD231) is known color: Sunglow. HEX triplet: FF, D2 and 31. RGB value is (255,210,49). Sum of RGB (Red+Green+Blue) = 255+210+49=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD231 is #002DCE. Grayscale: #CDCDCD. Windows color (decimal): -11727 or 3265279. OLE color: 3265279.
HSL color Cylindrical-coordinate representation of color #FFD231: hue angle of 46.89º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFD231 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 49 | - |
| CMYK | 0 | 0.18 | 0.81 | 0 |
| HSL | 46.89º | 1% | 0.6% | - |
| HSV(B) | 46.89º | 0.81% | 1% | - |
| XYZ | 64.84 | 67.57 | 12.53 | - |
| YUV | 205.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 49 | 0 | 0.18 | 0.81 | 0 | 46.89 | 1 | 0.6 |
| Hex | FF | D2 | 31 | 0 | 12 | 51 | 0 | 2F | 64 | 3C |
| Octal | 377 | 322 | 61 | 0 | 22 | 121 | 0 | 57 | 144 | 74 |
| Binary | 11111111 | 11010010 | 110001 | 0 | 10010 | 1010001 | 0 | 101111 | 1100100 | 111100 |
Color Harmonies of #FFD231
Complementary color
Monochromatic Colors of #FFD231
Black with #FFD231
Text Example
Text Example
White with #FFD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD231; }
p { color: rgb(255,210,49); }
H1.HeaderClassName
{
color: #FFD231;
}
.AnyTagClassName
{
color: #FFD231;
}
</style>
background-color css
<style>
a { background-color: #FFD231; }
a { background-color: rgb(255,210,49); }
div.DivClassName
{
background-color: #FFD231;
}
.BgClassName
{
background-color: #FFD231;
}
</style>
border-color css
<style>
span { border-color: #FFD231; }
span { border-color: rgb(255,210,49); }
td.TdClassName
{
border-color: #FFD231;
}
.TagClassName
{
border-color: #FFD231;
}
</style>