Shades of Turbo #FCD023
Tints of Turbo #FCD023
RGB
CMYK
RGB Variations
Color information
#FCD023 (or 0xFCD023) is known color: Turbo. HEX triplet: FC, D0 and 23. RGB value is (252,208,35). Sum of RGB (Red+Green+Blue) = 252+208+35=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD023 is #032FDC. Grayscale: #CACACA. Windows color (decimal): -208861 or 2347260. OLE color: 2347260.
HSL color Cylindrical-coordinate representation of color #FCD023: hue angle of 47.83º degrees, saturation: 0.97, 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 #FCD023 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 35 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.01 |
| HSL | 47.83º | 0.97% | 0.56% | - |
| HSV(B) | 47.83º | 0.86% | 0.99% | - |
| XYZ | 63 | 65.93 | 10.99 | - |
| YUV | 201.43 | 34.08 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 35 | 0 | 0.17 | 0.86 | 0.01 | 47.83 | 0.97 | 0.56 |
| Hex | FC | D0 | 23 | 0 | 11 | 56 | 1 | 30 | 61 | 38 |
| Octal | 374 | 320 | 43 | 0 | 21 | 126 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11010000 | 100011 | 0 | 10001 | 1010110 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCD023
Complementary color
Monochromatic Colors of #FCD023
Black with #FCD023
Text Example
Text Example
White with #FCD023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD023; }
p { color: rgb(252,208,35); }
H1.HeaderClassName
{
color: #FCD023;
}
.AnyTagClassName
{
color: #FCD023;
}
</style>
background-color css
<style>
a { background-color: #FCD023; }
a { background-color: rgb(252,208,35); }
div.DivClassName
{
background-color: #FCD023;
}
.BgClassName
{
background-color: #FCD023;
}
</style>
border-color css
<style>
span { border-color: #FCD023; }
span { border-color: rgb(252,208,35); }
td.TdClassName
{
border-color: #FCD023;
}
.TagClassName
{
border-color: #FCD023;
}
</style>