Shades of Turbo #FCCB25
Tints of Turbo #FCCB25
RGB
CMYK
RGB Variations
Color information
#FCCB25 (or 0xFCCB25) is known color: Turbo. HEX triplet: FC, CB and 25. RGB value is (252,203,37). Sum of RGB (Red+Green+Blue) = 252+203+37=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB25 is #0334DA. Grayscale: #C7C7C7. Windows color (decimal): -210139 or 2477052. OLE color: 2477052.
HSL color Cylindrical-coordinate representation of color #FCCB25: hue angle of 46.33º 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 #FCCB25 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 37 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.01 |
| HSL | 46.33º | 0.97% | 0.57% | - |
| HSV(B) | 46.33º | 0.85% | 0.99% | - |
| XYZ | 61.83 | 63.54 | 10.76 | - |
| YUV | 198.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 37 | 0 | 0.19 | 0.85 | 0.01 | 46.33 | 0.97 | 0.57 |
| Hex | FC | CB | 25 | 0 | 13 | 55 | 1 | 2E | 61 | 39 |
| Octal | 374 | 313 | 45 | 0 | 23 | 125 | 1 | 56 | 141 | 71 |
| Binary | 11111100 | 11001011 | 100101 | 0 | 10011 | 1010101 | 1 | 101110 | 1100001 | 111001 |
Color Harmonies of #FCCB25
Complementary color
Monochromatic Colors of #FCCB25
Black with #FCCB25
Text Example
Text Example
White with #FCCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB25; }
p { color: rgb(252,203,37); }
H1.HeaderClassName
{
color: #FCCB25;
}
.AnyTagClassName
{
color: #FCCB25;
}
</style>
background-color css
<style>
a { background-color: #FCCB25; }
a { background-color: rgb(252,203,37); }
div.DivClassName
{
background-color: #FCCB25;
}
.BgClassName
{
background-color: #FCCB25;
}
</style>
border-color css
<style>
span { border-color: #FCCB25; }
span { border-color: rgb(252,203,37); }
td.TdClassName
{
border-color: #FCCB25;
}
.TagClassName
{
border-color: #FCCB25;
}
</style>