Shades of Turbo #FCCF29
Tints of Turbo #FCCF29
RGB
CMYK
RGB Variations
Color information
#FCCF29 (or 0xFCCF29) is known color: Turbo. HEX triplet: FC, CF and 29. RGB value is (252,207,41). Sum of RGB (Red+Green+Blue) = 252+207+41=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF29 is #0330D6. Grayscale: #CACACA. Windows color (decimal): -209111 or 2740220. OLE color: 2740220.
HSL color Cylindrical-coordinate representation of color #FCCF29: hue angle of 47.2º degrees, saturation: 0.97, 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 #FCCF29 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 41 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.01 |
| HSL | 47.2º | 0.97% | 0.57% | - |
| HSV(B) | 47.2º | 0.84% | 0.99% | - |
| XYZ | 62.86 | 65.48 | 11.42 | - |
| YUV | 201.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 41 | 0 | 0.18 | 0.84 | 0.01 | 47.2 | 0.97 | 0.57 |
| Hex | FC | CF | 29 | 0 | 12 | 54 | 1 | 2F | 61 | 39 |
| Octal | 374 | 317 | 51 | 0 | 22 | 124 | 1 | 57 | 141 | 71 |
| Binary | 11111100 | 11001111 | 101001 | 0 | 10010 | 1010100 | 1 | 101111 | 1100001 | 111001 |
Color Harmonies of #FCCF29
Complementary color
Monochromatic Colors of #FCCF29
Black with #FCCF29
Text Example
Text Example
White with #FCCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF29; }
p { color: rgb(252,207,41); }
H1.HeaderClassName
{
color: #FCCF29;
}
.AnyTagClassName
{
color: #FCCF29;
}
</style>
background-color css
<style>
a { background-color: #FCCF29; }
a { background-color: rgb(252,207,41); }
div.DivClassName
{
background-color: #FCCF29;
}
.BgClassName
{
background-color: #FCCF29;
}
</style>
border-color css
<style>
span { border-color: #FCCF29; }
span { border-color: rgb(252,207,41); }
td.TdClassName
{
border-color: #FCCF29;
}
.TagClassName
{
border-color: #FCCF29;
}
</style>