Shades of Turbo #FDD823
Tints of Turbo #FDD823
RGB
CMYK
RGB Variations
Color information
#FDD823 (or 0xFDD823) is known color: Turbo. HEX triplet: FD, D8 and 23. RGB value is (253,216,35). Sum of RGB (Red+Green+Blue) = 253+216+35=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 35 (14.06% from 255 or 6.94% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD823 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD823 is #0227DC. Grayscale: #CFCFCF. Windows color (decimal): -141277 or 2349309. OLE color: 2349309.
HSL color Cylindrical-coordinate representation of color #FDD823: hue angle of 49.82º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDD823 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 35 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.01 |
| HSL | 49.82º | 0.98% | 0.56% | - |
| HSV(B) | 49.82º | 0.86% | 0.99% | - |
| XYZ | 65.37 | 70.12 | 11.68 | - |
| YUV | 206.43 | 31.26 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 35 | 0 | 0.15 | 0.86 | 0.01 | 49.82 | 0.98 | 0.56 |
| Hex | FD | D8 | 23 | 0 | F | 56 | 1 | 32 | 62 | 38 |
| Octal | 375 | 330 | 43 | 0 | 17 | 126 | 1 | 62 | 142 | 70 |
| Binary | 11111101 | 11011000 | 100011 | 0 | 1111 | 1010110 | 1 | 110010 | 1100010 | 111000 |
Color Harmonies of #FDD823
Complementary color
Monochromatic Colors of #FDD823
Black with #FDD823
Text Example
Text Example
White with #FDD823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD823; }
p { color: rgb(253,216,35); }
H1.HeaderClassName
{
color: #FDD823;
}
.AnyTagClassName
{
color: #FDD823;
}
</style>
background-color css
<style>
a { background-color: #FDD823; }
a { background-color: rgb(253,216,35); }
div.DivClassName
{
background-color: #FDD823;
}
.BgClassName
{
background-color: #FDD823;
}
</style>
border-color css
<style>
span { border-color: #FDD823; }
span { border-color: rgb(253,216,35); }
td.TdClassName
{
border-color: #FDD823;
}
.TagClassName
{
border-color: #FDD823;
}
</style>