Shades of Turbo #FCCF26
Tints of Turbo #FCCF26
RGB
CMYK
RGB Variations
Color information
#FCCF26 (or 0xFCCF26) is known color: Turbo. HEX triplet: FC, CF and 26. RGB value is (252,207,38). Sum of RGB (Red+Green+Blue) = 252+207+38=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF26 is #0330D9. Grayscale: #C9C9C9. Windows color (decimal): -209114 or 2543612. OLE color: 2543612.
HSL color Cylindrical-coordinate representation of color #FCCF26: hue angle of 47.38º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCCF26 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 38 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.01 |
| HSL | 47.38º | 0.97% | 0.57% | - |
| HSV(B) | 47.38º | 0.85% | 0.99% | - |
| XYZ | 62.81 | 65.46 | 11.16 | - |
| YUV | 201.19 | 35.91 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 38 | 0 | 0.18 | 0.85 | 0.01 | 47.38 | 0.97 | 0.57 |
| Hex | FC | CF | 26 | 0 | 12 | 55 | 1 | 2F | 61 | 39 |
| Octal | 374 | 317 | 46 | 0 | 22 | 125 | 1 | 57 | 141 | 71 |
| Binary | 11111100 | 11001111 | 100110 | 0 | 10010 | 1010101 | 1 | 101111 | 1100001 | 111001 |
Color Harmonies of #FCCF26
Complementary color
Monochromatic Colors of #FCCF26
Black with #FCCF26
Text Example
Text Example
White with #FCCF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF26; }
p { color: rgb(252,207,38); }
H1.HeaderClassName
{
color: #FCCF26;
}
.AnyTagClassName
{
color: #FCCF26;
}
</style>
background-color css
<style>
a { background-color: #FCCF26; }
a { background-color: rgb(252,207,38); }
div.DivClassName
{
background-color: #FCCF26;
}
.BgClassName
{
background-color: #FCCF26;
}
</style>
border-color css
<style>
span { border-color: #FCCF26; }
span { border-color: rgb(252,207,38); }
td.TdClassName
{
border-color: #FCCF26;
}
.TagClassName
{
border-color: #FCCF26;
}
</style>