Shades of Turbo #FCCF25
Tints of Turbo #FCCF25
RGB
CMYK
RGB Variations
Color information
#FCCF25 (or 0xFCCF25) is known color: Turbo. HEX triplet: FC, CF and 25. RGB value is (252,207,37). Sum of RGB (Red+Green+Blue) = 252+207+37=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF25 is #0330DA. Grayscale: #C9C9C9. Windows color (decimal): -209115 or 2478076. OLE color: 2478076.
HSL color Cylindrical-coordinate representation of color #FCCF25: hue angle of 47.44º 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 #FCCF25 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 37 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.01 |
| HSL | 47.44º | 0.97% | 0.57% | - |
| HSV(B) | 47.44º | 0.85% | 0.99% | - |
| XYZ | 62.79 | 65.45 | 11.07 | - |
| YUV | 201.08 | 35.41 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 37 | 0 | 0.18 | 0.85 | 0.01 | 47.44 | 0.97 | 0.57 |
| Hex | FC | CF | 25 | 0 | 12 | 55 | 1 | 2F | 61 | 39 |
| Octal | 374 | 317 | 45 | 0 | 22 | 125 | 1 | 57 | 141 | 71 |
| Binary | 11111100 | 11001111 | 100101 | 0 | 10010 | 1010101 | 1 | 101111 | 1100001 | 111001 |
Color Harmonies of #FCCF25
Complementary color
Monochromatic Colors of #FCCF25
Black with #FCCF25
Text Example
Text Example
White with #FCCF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF25; }
p { color: rgb(252,207,37); }
H1.HeaderClassName
{
color: #FCCF25;
}
.AnyTagClassName
{
color: #FCCF25;
}
</style>
background-color css
<style>
a { background-color: #FCCF25; }
a { background-color: rgb(252,207,37); }
div.DivClassName
{
background-color: #FCCF25;
}
.BgClassName
{
background-color: #FCCF25;
}
</style>
border-color css
<style>
span { border-color: #FCCF25; }
span { border-color: rgb(252,207,37); }
td.TdClassName
{
border-color: #FCCF25;
}
.TagClassName
{
border-color: #FCCF25;
}
</style>