Shades of Turbo #FFC823
Tints of Turbo #FFC823
RGB
CMYK
RGB Variations
Color information
#FFC823 (or 0xFFC823) is known color: Turbo. HEX triplet: FF, C8 and 23. RGB value is (255,200,35). Sum of RGB (Red+Green+Blue) = 255+200+35=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 35 (14.06% from 255 or 7.14% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC823 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC823 is #0037DC. Grayscale: #C6C6C6. Windows color (decimal): -14301 or 2345215. OLE color: 2345215.
HSL color Cylindrical-coordinate representation of color #FFC823: hue angle of 45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFC823 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 35 | - |
| CMYK | 0 | 0.22 | 0.86 | 0 |
| HSL | 45º | 1% | 0.57% | - |
| HSV(B) | 45º | 0.86% | 1% | - |
| XYZ | 62.2 | 62.69 | 10.41 | - |
| YUV | 197.64 | 36.22 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 35 | 0 | 0.22 | 0.86 | 0 | 45 | 1 | 0.57 |
| Hex | FF | C8 | 23 | 0 | 16 | 56 | 0 | 2D | 64 | 39 |
| Octal | 377 | 310 | 43 | 0 | 26 | 126 | 0 | 55 | 144 | 71 |
| Binary | 11111111 | 11001000 | 100011 | 0 | 10110 | 1010110 | 0 | 101101 | 1100100 | 111001 |
Color Harmonies of #FFC823
Complementary color
Monochromatic Colors of #FFC823
Black with #FFC823
Text Example
Text Example
White with #FFC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC823; }
p { color: rgb(255,200,35); }
H1.HeaderClassName
{
color: #FFC823;
}
.AnyTagClassName
{
color: #FFC823;
}
</style>
background-color css
<style>
a { background-color: #FFC823; }
a { background-color: rgb(255,200,35); }
div.DivClassName
{
background-color: #FFC823;
}
.BgClassName
{
background-color: #FFC823;
}
</style>
border-color css
<style>
span { border-color: #FFC823; }
span { border-color: rgb(255,200,35); }
td.TdClassName
{
border-color: #FFC823;
}
.TagClassName
{
border-color: #FFC823;
}
</style>