Shades of Sunglow #FFD330
Tints of Sunglow #FFD330
RGB
CMYK
RGB Variations
Color information
#FFD330 (or 0xFFD330) is known color: Sunglow. HEX triplet: FF, D3 and 30. RGB value is (255,211,48). Sum of RGB (Red+Green+Blue) = 255+211+48=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD330 is #002CCF. Grayscale: #CECECE. Windows color (decimal): -11472 or 3199999. OLE color: 3199999.
HSL color Cylindrical-coordinate representation of color #FFD330: hue angle of 47.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFD330 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 48 | - |
| CMYK | 0 | 0.17 | 0.81 | 0 |
| HSL | 47.25º | 1% | 0.59% | - |
| HSV(B) | 47.25º | 0.81% | 1% | - |
| XYZ | 65.07 | 68.06 | 12.5 | - |
| YUV | 205.57 | 39.08 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 48 | 0 | 0.17 | 0.81 | 0 | 47.25 | 1 | 0.59 |
| Hex | FF | D3 | 30 | 0 | 11 | 51 | 0 | 2F | 64 | 3B |
| Octal | 377 | 323 | 60 | 0 | 21 | 121 | 0 | 57 | 144 | 73 |
| Binary | 11111111 | 11010011 | 110000 | 0 | 10001 | 1010001 | 0 | 101111 | 1100100 | 111011 |
Color Harmonies of #FFD330
Complementary color
Monochromatic Colors of #FFD330
Black with #FFD330
Text Example
Text Example
White with #FFD330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD330; }
p { color: rgb(255,211,48); }
H1.HeaderClassName
{
color: #FFD330;
}
.AnyTagClassName
{
color: #FFD330;
}
</style>
background-color css
<style>
a { background-color: #FFD330; }
a { background-color: rgb(255,211,48); }
div.DivClassName
{
background-color: #FFD330;
}
.BgClassName
{
background-color: #FFD330;
}
</style>
border-color css
<style>
span { border-color: #FFD330; }
span { border-color: rgb(255,211,48); }
td.TdClassName
{
border-color: #FFD330;
}
.TagClassName
{
border-color: #FFD330;
}
</style>