Shades of Turbo #FCCF1A
Tints of Turbo #FCCF1A
RGB
CMYK
RGB Variations
Color information
#FCCF1A (or 0xFCCF1A) is known color: Turbo. HEX triplet: FC, CF and 1A. RGB value is (252,207,26). Sum of RGB (Red+Green+Blue) = 252+207+26=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF1A is #0330E5. Grayscale: #C8C8C8. Windows color (decimal): -209126 or 1757180. OLE color: 1757180.
HSL color Cylindrical-coordinate representation of color #FCCF1A: hue angle of 48.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCCF1A is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 26 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.01 |
| HSL | 48.05º | 0.97% | 0.55% | - |
| HSV(B) | 48.05º | 0.9% | 0.99% | - |
| XYZ | 62.64 | 65.4 | 10.3 | - |
| YUV | 199.82 | 29.91 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 26 | 0 | 0.18 | 0.90 | 0.01 | 48.05 | 0.97 | 0.55 |
| Hex | FC | CF | 1A | 0 | 12 | 5A | 1 | 30 | 61 | 37 |
| Octal | 374 | 317 | 32 | 0 | 22 | 132 | 1 | 60 | 141 | 67 |
| Binary | 11111100 | 11001111 | 11010 | 0 | 10010 | 1011010 | 1 | 110000 | 1100001 | 110111 |
Color Harmonies of #FCCF1A
Complementary color
Monochromatic Colors of #FCCF1A
Black with #FCCF1A
Text Example
Text Example
White with #FCCF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF1A; }
p { color: rgb(252,207,26); }
H1.HeaderClassName
{
color: #FCCF1A;
}
.AnyTagClassName
{
color: #FCCF1A;
}
</style>
background-color css
<style>
a { background-color: #FCCF1A; }
a { background-color: rgb(252,207,26); }
div.DivClassName
{
background-color: #FCCF1A;
}
.BgClassName
{
background-color: #FCCF1A;
}
</style>
border-color css
<style>
span { border-color: #FCCF1A; }
span { border-color: rgb(252,207,26); }
td.TdClassName
{
border-color: #FCCF1A;
}
.TagClassName
{
border-color: #FCCF1A;
}
</style>