Shades of Turbo #FCCF24
Tints of Turbo #FCCF24
RGB
CMYK
RGB Variations
Color information
#FCCF24 (or 0xFCCF24) is known color: Turbo. HEX triplet: FC, CF and 24. RGB value is (252,207,36). Sum of RGB (Red+Green+Blue) = 252+207+36=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF24 is #0330DB. Grayscale: #C9C9C9. Windows color (decimal): -209116 or 2412540. OLE color: 2412540.
HSL color Cylindrical-coordinate representation of color #FCCF24: hue angle of 47.5º 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 #FCCF24 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 36 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.01 |
| HSL | 47.5º | 0.97% | 0.56% | - |
| HSV(B) | 47.5º | 0.86% | 0.99% | - |
| XYZ | 62.78 | 65.45 | 10.99 | - |
| YUV | 200.96 | 34.91 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 36 | 0 | 0.18 | 0.86 | 0.01 | 47.5 | 0.97 | 0.56 |
| Hex | FC | CF | 24 | 0 | 12 | 56 | 1 | 30 | 61 | 38 |
| Octal | 374 | 317 | 44 | 0 | 22 | 126 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11001111 | 100100 | 0 | 10010 | 1010110 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCCF24
Complementary color
Monochromatic Colors of #FCCF24
Black with #FCCF24
Text Example
Text Example
White with #FCCF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF24; }
p { color: rgb(252,207,36); }
H1.HeaderClassName
{
color: #FCCF24;
}
.AnyTagClassName
{
color: #FCCF24;
}
</style>
background-color css
<style>
a { background-color: #FCCF24; }
a { background-color: rgb(252,207,36); }
div.DivClassName
{
background-color: #FCCF24;
}
.BgClassName
{
background-color: #FCCF24;
}
</style>
border-color css
<style>
span { border-color: #FCCF24; }
span { border-color: rgb(252,207,36); }
td.TdClassName
{
border-color: #FCCF24;
}
.TagClassName
{
border-color: #FCCF24;
}
</style>