Shades of Turbo #FDD822
Tints of Turbo #FDD822
RGB
CMYK
RGB Variations
Color information
#FDD822 (or 0xFDD822) is known color: Turbo. HEX triplet: FD, D8 and 22. RGB value is (253,216,34). Sum of RGB (Red+Green+Blue) = 253+216+34=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 34 (13.67% from 255 or 6.76% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD822 is #0227DD. Grayscale: #CFCFCF. Windows color (decimal): -141278 or 2283773. OLE color: 2283773.
HSL color Cylindrical-coordinate representation of color #FDD822: hue angle of 49.86º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDD822 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 34 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.01 |
| HSL | 49.86º | 0.98% | 0.56% | - |
| HSV(B) | 49.86º | 0.87% | 0.99% | - |
| XYZ | 65.35 | 70.11 | 11.6 | - |
| YUV | 206.32 | 30.76 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 34 | 0 | 0.15 | 0.87 | 0.01 | 49.86 | 0.98 | 0.56 |
| Hex | FD | D8 | 22 | 0 | F | 57 | 1 | 32 | 62 | 38 |
| Octal | 375 | 330 | 42 | 0 | 17 | 127 | 1 | 62 | 142 | 70 |
| Binary | 11111101 | 11011000 | 100010 | 0 | 1111 | 1010111 | 1 | 110010 | 1100010 | 111000 |
Color Harmonies of #FDD822
Complementary color
Monochromatic Colors of #FDD822
Black with #FDD822
Text Example
Text Example
White with #FDD822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD822; }
p { color: rgb(253,216,34); }
H1.HeaderClassName
{
color: #FDD822;
}
.AnyTagClassName
{
color: #FDD822;
}
</style>
background-color css
<style>
a { background-color: #FDD822; }
a { background-color: rgb(253,216,34); }
div.DivClassName
{
background-color: #FDD822;
}
.BgClassName
{
background-color: #FDD822;
}
</style>
border-color css
<style>
span { border-color: #FDD822; }
span { border-color: rgb(253,216,34); }
td.TdClassName
{
border-color: #FDD822;
}
.TagClassName
{
border-color: #FDD822;
}
</style>