Shades of Turbo #FDCF20
Tints of Turbo #FDCF20
RGB
CMYK
RGB Variations
Color information
#FDCF20 (or 0xFDCF20) is known color: Turbo. HEX triplet: FD, CF and 20. RGB value is (253,207,32). Sum of RGB (Red+Green+Blue) = 253+207+32=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF20 is #0230DF. Grayscale: #C9C9C9. Windows color (decimal): -143584 or 2150397. OLE color: 2150397.
HSL color Cylindrical-coordinate representation of color #FDCF20: hue angle of 47.51º 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 #FDCF20 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 32 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.01 |
| HSL | 47.51º | 0.98% | 0.56% | - |
| HSV(B) | 47.51º | 0.87% | 0.99% | - |
| XYZ | 63.08 | 65.61 | 10.71 | - |
| YUV | 200.8 | 32.74 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 32 | 0 | 0.18 | 0.87 | 0.01 | 47.51 | 0.98 | 0.56 |
| Hex | FD | CF | 20 | 0 | 12 | 57 | 1 | 30 | 62 | 38 |
| Octal | 375 | 317 | 40 | 0 | 22 | 127 | 1 | 60 | 142 | 70 |
| Binary | 11111101 | 11001111 | 100000 | 0 | 10010 | 1010111 | 1 | 110000 | 1100010 | 111000 |
Color Harmonies of #FDCF20
Complementary color
Monochromatic Colors of #FDCF20
Black with #FDCF20
Text Example
Text Example
White with #FDCF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF20; }
p { color: rgb(253,207,32); }
H1.HeaderClassName
{
color: #FDCF20;
}
.AnyTagClassName
{
color: #FDCF20;
}
</style>
background-color css
<style>
a { background-color: #FDCF20; }
a { background-color: rgb(253,207,32); }
div.DivClassName
{
background-color: #FDCF20;
}
.BgClassName
{
background-color: #FDCF20;
}
</style>
border-color css
<style>
span { border-color: #FDCF20; }
span { border-color: rgb(253,207,32); }
td.TdClassName
{
border-color: #FDCF20;
}
.TagClassName
{
border-color: #FDCF20;
}
</style>