Shades of Sunglow #FDD630
Tints of Sunglow #FDD630
RGB
CMYK
RGB Variations
Color information
#FDD630 (or 0xFDD630) is known color: Sunglow. HEX triplet: FD, D6 and 30. RGB value is (253,214,48). Sum of RGB (Red+Green+Blue) = 253+214+48=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 48 (19.14% from 255 or 9.32% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD630 is #0229CF. Grayscale: #CFCFCF. Windows color (decimal): -141776 or 3200765. OLE color: 3200765.
HSL color Cylindrical-coordinate representation of color #FDD630: hue angle of 48.59º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDD630 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 48 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.01 |
| HSL | 48.59º | 0.98% | 0.59% | - |
| HSV(B) | 48.59º | 0.81% | 0.99% | - |
| XYZ | 65.09 | 69.19 | 12.72 | - |
| YUV | 206.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 48 | 0 | 0.15 | 0.81 | 0.01 | 48.59 | 0.98 | 0.59 |
| Hex | FD | D6 | 30 | 0 | F | 51 | 1 | 31 | 62 | 3B |
| Octal | 375 | 326 | 60 | 0 | 17 | 121 | 1 | 61 | 142 | 73 |
| Binary | 11111101 | 11010110 | 110000 | 0 | 1111 | 1010001 | 1 | 110001 | 1100010 | 111011 |
Color Harmonies of #FDD630
Complementary color
Monochromatic Colors of #FDD630
Black with #FDD630
Text Example
Text Example
White with #FDD630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD630; }
p { color: rgb(253,214,48); }
H1.HeaderClassName
{
color: #FDD630;
}
.AnyTagClassName
{
color: #FDD630;
}
</style>
background-color css
<style>
a { background-color: #FDD630; }
a { background-color: rgb(253,214,48); }
div.DivClassName
{
background-color: #FDD630;
}
.BgClassName
{
background-color: #FDD630;
}
</style>
border-color css
<style>
span { border-color: #FDD630; }
span { border-color: rgb(253,214,48); }
td.TdClassName
{
border-color: #FDD630;
}
.TagClassName
{
border-color: #FDD630;
}
</style>