Shades of Turbo #FDCC26
Tints of Turbo #FDCC26
RGB
CMYK
RGB Variations
Color information
#FDCC26 (or 0xFDCC26) is known color: Turbo. HEX triplet: FD, CC and 26. RGB value is (253,204,38). Sum of RGB (Red+Green+Blue) = 253+204+38=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC26 is #0233D9. Grayscale: #C8C8C8. Windows color (decimal): -144346 or 2542845. OLE color: 2542845.
HSL color Cylindrical-coordinate representation of color #FDCC26: hue angle of 46.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDCC26 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 38 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.01 |
| HSL | 46.33º | 0.98% | 0.57% | - |
| HSV(B) | 46.33º | 0.85% | 0.99% | - |
| XYZ | 62.45 | 64.21 | 10.94 | - |
| YUV | 199.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 38 | 0 | 0.19 | 0.85 | 0.01 | 46.33 | 0.98 | 0.57 |
| Hex | FD | CC | 26 | 0 | 13 | 55 | 1 | 2E | 62 | 39 |
| Octal | 375 | 314 | 46 | 0 | 23 | 125 | 1 | 56 | 142 | 71 |
| Binary | 11111101 | 11001100 | 100110 | 0 | 10011 | 1010101 | 1 | 101110 | 1100010 | 111001 |
Color Harmonies of #FDCC26
Complementary color
Monochromatic Colors of #FDCC26
Black with #FDCC26
Text Example
Text Example
White with #FDCC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC26; }
p { color: rgb(253,204,38); }
H1.HeaderClassName
{
color: #FDCC26;
}
.AnyTagClassName
{
color: #FDCC26;
}
</style>
background-color css
<style>
a { background-color: #FDCC26; }
a { background-color: rgb(253,204,38); }
div.DivClassName
{
background-color: #FDCC26;
}
.BgClassName
{
background-color: #FDCC26;
}
</style>
border-color css
<style>
span { border-color: #FDCC26; }
span { border-color: rgb(253,204,38); }
td.TdClassName
{
border-color: #FDCC26;
}
.TagClassName
{
border-color: #FDCC26;
}
</style>