Shades of Sunglow #FFD730
Tints of Sunglow #FFD730
RGB
CMYK
RGB Variations
Color information
#FFD730 (or 0xFFD730) is known color: Sunglow. HEX triplet: FF, D7 and 30. RGB value is (255,215,48). Sum of RGB (Red+Green+Blue) = 255+215+48=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD730 is #0028CF. Grayscale: #D0D0D0. Windows color (decimal): -10448 or 3201023. OLE color: 3201023.
HSL color Cylindrical-coordinate representation of color #FFD730: hue angle of 48.41º 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 #FFD730 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 48 | - |
| CMYK | 0 | 0.16 | 0.81 | 0 |
| HSL | 48.41º | 1% | 0.59% | - |
| HSV(B) | 48.41º | 0.81% | 1% | - |
| XYZ | 66.07 | 70.07 | 12.84 | - |
| YUV | 207.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 48 | 0 | 0.16 | 0.81 | 0 | 48.41 | 1 | 0.59 |
| Hex | FF | D7 | 30 | 0 | 10 | 51 | 0 | 30 | 64 | 3B |
| Octal | 377 | 327 | 60 | 0 | 20 | 121 | 0 | 60 | 144 | 73 |
| Binary | 11111111 | 11010111 | 110000 | 0 | 10000 | 1010001 | 0 | 110000 | 1100100 | 111011 |
Color Harmonies of #FFD730
Complementary color
Monochromatic Colors of #FFD730
Black with #FFD730
Text Example
Text Example
White with #FFD730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD730; }
p { color: rgb(255,215,48); }
H1.HeaderClassName
{
color: #FFD730;
}
.AnyTagClassName
{
color: #FFD730;
}
</style>
background-color css
<style>
a { background-color: #FFD730; }
a { background-color: rgb(255,215,48); }
div.DivClassName
{
background-color: #FFD730;
}
.BgClassName
{
background-color: #FFD730;
}
</style>
border-color css
<style>
span { border-color: #FFD730; }
span { border-color: rgb(255,215,48); }
td.TdClassName
{
border-color: #FFD730;
}
.TagClassName
{
border-color: #FFD730;
}
</style>