Shades of Turbo #FCCF14
Tints of Turbo #FCCF14
RGB
CMYK
RGB Variations
Color information
#FCCF14 (or 0xFCCF14) is known color: Turbo. HEX triplet: FC, CF and 14. RGB value is (252,207,20). Sum of RGB (Red+Green+Blue) = 252+207+20=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF14 is #0330EB. Grayscale: #C7C7C7. Windows color (decimal): -209132 or 1363964. OLE color: 1363964.
HSL color Cylindrical-coordinate representation of color #FCCF14: hue angle of 48.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCCF14 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.01 |
| HSL | 48.36º | 0.97% | 0.53% | - |
| HSV(B) | 48.36º | 0.92% | 0.99% | - |
| XYZ | 62.58 | 65.37 | 9.98 | - |
| YUV | 199.14 | 26.91 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 20 | 0 | 0.18 | 0.92 | 0.01 | 48.36 | 0.97 | 0.53 |
| Hex | FC | CF | 14 | 0 | 12 | 5C | 1 | 30 | 61 | 35 |
| Octal | 374 | 317 | 24 | 0 | 22 | 134 | 1 | 60 | 141 | 65 |
| Binary | 11111100 | 11001111 | 10100 | 0 | 10010 | 1011100 | 1 | 110000 | 1100001 | 110101 |
Color Harmonies of #FCCF14
Complementary color
Monochromatic Colors of #FCCF14
Black with #FCCF14
Text Example
Text Example
White with #FCCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF14; }
p { color: rgb(252,207,20); }
H1.HeaderClassName
{
color: #FCCF14;
}
.AnyTagClassName
{
color: #FCCF14;
}
</style>
background-color css
<style>
a { background-color: #FCCF14; }
a { background-color: rgb(252,207,20); }
div.DivClassName
{
background-color: #FCCF14;
}
.BgClassName
{
background-color: #FCCF14;
}
</style>
border-color css
<style>
span { border-color: #FCCF14; }
span { border-color: rgb(252,207,20); }
td.TdClassName
{
border-color: #FCCF14;
}
.TagClassName
{
border-color: #FCCF14;
}
</style>