Shades of Sunglow #FDD23F
Tints of Sunglow #FDD23F
RGB
CMYK
RGB Variations
Color information
#FDD23F (or 0xFDD23F) is known color: Sunglow. HEX triplet: FD, D2 and 3F. RGB value is (253,210,63). Sum of RGB (Red+Green+Blue) = 253+210+63=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 63 (25% from 255 or 11.98% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD23F is #022DC0. Grayscale: #CECECE. Windows color (decimal): -142785 or 4182781. OLE color: 4182781.
HSL color Cylindrical-coordinate representation of color #FDD23F: hue angle of 46.42º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDD23F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 63 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.01 |
| HSL | 46.42º | 0.98% | 0.62% | - |
| HSV(B) | 46.42º | 0.75% | 0.99% | - |
| XYZ | 64.45 | 67.33 | 14.3 | - |
| YUV | 206.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 63 | 0 | 0.17 | 0.75 | 0.01 | 46.42 | 0.98 | 0.62 |
| Hex | FD | D2 | 3F | 0 | 11 | 4B | 1 | 2E | 62 | 3E |
| Octal | 375 | 322 | 77 | 0 | 21 | 113 | 1 | 56 | 142 | 76 |
| Binary | 11111101 | 11010010 | 111111 | 0 | 10001 | 1001011 | 1 | 101110 | 1100010 | 111110 |
Color Harmonies of #FDD23F
Complementary color
Monochromatic Colors of #FDD23F
Black with #FDD23F
Text Example
Text Example
White with #FDD23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD23F; }
p { color: rgb(253,210,63); }
H1.HeaderClassName
{
color: #FDD23F;
}
.AnyTagClassName
{
color: #FDD23F;
}
</style>
background-color css
<style>
a { background-color: #FDD23F; }
a { background-color: rgb(253,210,63); }
div.DivClassName
{
background-color: #FDD23F;
}
.BgClassName
{
background-color: #FDD23F;
}
</style>
border-color css
<style>
span { border-color: #FDD23F; }
span { border-color: rgb(253,210,63); }
td.TdClassName
{
border-color: #FDD23F;
}
.TagClassName
{
border-color: #FDD23F;
}
</style>