Shades of Turbo #FDCC28
Tints of Turbo #FDCC28
RGB
CMYK
RGB Variations
Color information
#FDCC28 (or 0xFDCC28) is known color: Turbo. HEX triplet: FD, CC and 28. RGB value is (253,204,40). Sum of RGB (Red+Green+Blue) = 253+204+40=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC28 is #0233D7. Grayscale: #C8C8C8. Windows color (decimal): -144344 or 2673917. OLE color: 2673917.
HSL color Cylindrical-coordinate representation of color #FDCC28: hue angle of 46.2º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDCC28 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 40 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.01 |
| HSL | 46.2º | 0.98% | 0.57% | - |
| HSV(B) | 46.2º | 0.84% | 0.99% | - |
| XYZ | 62.48 | 64.22 | 11.11 | - |
| YUV | 199.96 | 37.73 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 40 | 0 | 0.19 | 0.84 | 0.01 | 46.2 | 0.98 | 0.57 |
| Hex | FD | CC | 28 | 0 | 13 | 54 | 1 | 2E | 62 | 39 |
| Octal | 375 | 314 | 50 | 0 | 23 | 124 | 1 | 56 | 142 | 71 |
| Binary | 11111101 | 11001100 | 101000 | 0 | 10011 | 1010100 | 1 | 101110 | 1100010 | 111001 |
Color Harmonies of #FDCC28
Complementary color
Monochromatic Colors of #FDCC28
Black with #FDCC28
Text Example
Text Example
White with #FDCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC28; }
p { color: rgb(253,204,40); }
H1.HeaderClassName
{
color: #FDCC28;
}
.AnyTagClassName
{
color: #FDCC28;
}
</style>
background-color css
<style>
a { background-color: #FDCC28; }
a { background-color: rgb(253,204,40); }
div.DivClassName
{
background-color: #FDCC28;
}
.BgClassName
{
background-color: #FDCC28;
}
</style>
border-color css
<style>
span { border-color: #FDCC28; }
span { border-color: rgb(253,204,40); }
td.TdClassName
{
border-color: #FDCC28;
}
.TagClassName
{
border-color: #FDCC28;
}
</style>