Shades of Golden Tainoi #FFC350
Tints of Golden Tainoi #FFC350
RGB
CMYK
RGB Variations
Color information
#FFC350 (or 0xFFC350) is known color: Golden Tainoi. HEX triplet: FF, C3 and 50. RGB value is (255,195,80). Sum of RGB (Red+Green+Blue) = 255+195+80=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC350 is #003CAF. Grayscale: #C8C8C8. Windows color (decimal): -15536 or 5293055. OLE color: 5293055.
HSL color Cylindrical-coordinate representation of color #FFC350: hue angle of 39.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC350 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 80 | - |
| CMYK | 0 | 0.24 | 0.69 | 0 |
| HSL | 39.43º | 1% | 0.66% | - |
| HSV(B) | 39.43º | 0.69% | 1% | - |
| XYZ | 62.2 | 60.87 | 16.06 | - |
| YUV | 199.83 | 60.38 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 80 | 0 | 0.24 | 0.69 | 0 | 39.43 | 1 | 0.66 |
| Hex | FF | C3 | 50 | 0 | 18 | 45 | 0 | 27 | 64 | 42 |
| Octal | 377 | 303 | 120 | 0 | 30 | 105 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000011 | 1010000 | 0 | 11000 | 1000101 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC350
Complementary color
Monochromatic Colors of #FFC350
Black with #FFC350
Text Example
Text Example
White with #FFC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC350; }
p { color: rgb(255,195,80); }
H1.HeaderClassName
{
color: #FFC350;
}
.AnyTagClassName
{
color: #FFC350;
}
</style>
background-color css
<style>
a { background-color: #FFC350; }
a { background-color: rgb(255,195,80); }
div.DivClassName
{
background-color: #FFC350;
}
.BgClassName
{
background-color: #FFC350;
}
</style>
border-color css
<style>
span { border-color: #FFC350; }
span { border-color: rgb(255,195,80); }
td.TdClassName
{
border-color: #FFC350;
}
.TagClassName
{
border-color: #FFC350;
}
</style>