Shades of Turbo #FDC223
Tints of Turbo #FDC223
RGB
CMYK
RGB Variations
Color information
#FDC223 (or 0xFDC223) is known color: Turbo. HEX triplet: FD, C2 and 23. RGB value is (253,194,35). Sum of RGB (Red+Green+Blue) = 253+194+35=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 35 (14.06% from 255 or 7.26% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC223 is #023DDC. Grayscale: #C2C2C2. Windows color (decimal): -146909 or 2343677. OLE color: 2343677.
HSL color Cylindrical-coordinate representation of color #FDC223: hue angle of 43.76º 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 #FDC223 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 35 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.01 |
| HSL | 43.76º | 0.98% | 0.56% | - |
| HSV(B) | 43.76º | 0.86% | 0.99% | - |
| XYZ | 60.1 | 59.59 | 9.92 | - |
| YUV | 193.52 | 38.55 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 35 | 0 | 0.23 | 0.86 | 0.01 | 43.76 | 0.98 | 0.56 |
| Hex | FD | C2 | 23 | 0 | 17 | 56 | 1 | 2C | 62 | 38 |
| Octal | 375 | 302 | 43 | 0 | 27 | 126 | 1 | 54 | 142 | 70 |
| Binary | 11111101 | 11000010 | 100011 | 0 | 10111 | 1010110 | 1 | 101100 | 1100010 | 111000 |
Color Harmonies of #FDC223
Complementary color
Monochromatic Colors of #FDC223
Black with #FDC223
Text Example
Text Example
White with #FDC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC223; }
p { color: rgb(253,194,35); }
H1.HeaderClassName
{
color: #FDC223;
}
.AnyTagClassName
{
color: #FDC223;
}
</style>
background-color css
<style>
a { background-color: #FDC223; }
a { background-color: rgb(253,194,35); }
div.DivClassName
{
background-color: #FDC223;
}
.BgClassName
{
background-color: #FDC223;
}
</style>
border-color css
<style>
span { border-color: #FDC223; }
span { border-color: rgb(253,194,35); }
td.TdClassName
{
border-color: #FDC223;
}
.TagClassName
{
border-color: #FDC223;
}
</style>