Shades of Golden Tainoi #FFC35E
Tints of Golden Tainoi #FFC35E
RGB
CMYK
RGB Variations
Color information
#FFC35E (or 0xFFC35E) is known color: Golden Tainoi. HEX triplet: FF, C3 and 5E. RGB value is (255,195,94). Sum of RGB (Red+Green+Blue) = 255+195+94=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC35E is #003CA1. Grayscale: #C9C9C9. Windows color (decimal): -15522 or 6210559. OLE color: 6210559.
HSL color Cylindrical-coordinate representation of color #FFC35E: hue angle of 37.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFC35E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 195 | 94 | - |
CMYK | 0 | 0.24 | 0.63 | 0 |
HSL | 37.64º | 1% | 0.68% | - |
HSV(B) | 37.64º | 0.63% | 1% | - |
XYZ | 62.78 | 61.1 | 19.07 | - |
YUV | 201.43 | 67.38 | 166.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 195 | 94 | 0 | 0.24 | 0.63 | 0 | 37.64 | 1 | 0.68 |
Hex | FF | C3 | 5E | 0 | 18 | 3F | 0 | 26 | 64 | 44 |
Octal | 377 | 303 | 136 | 0 | 30 | 77 | 0 | 46 | 144 | 104 |
Binary | 11111111 | 11000011 | 1011110 | 0 | 11000 | 111111 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC35E
Complementary color
Monochromatic Colors of #FFC35E
Black with #FFC35E
Text Example
Text Example
White with #FFC35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC35E; }
p { color: rgb(255,195,94); }
H1.HeaderClassName
{
color: #FFC35E;
}
.AnyTagClassName
{
color: #FFC35E;
}
</style>
background-color css
<style>
a { background-color: #FFC35E; }
a { background-color: rgb(255,195,94); }
div.DivClassName
{
background-color: #FFC35E;
}
.BgClassName
{
background-color: #FFC35E;
}
</style>
border-color css
<style>
span { border-color: #FFC35E; }
span { border-color: rgb(255,195,94); }
td.TdClassName
{
border-color: #FFC35E;
}
.TagClassName
{
border-color: #FFC35E;
}
</style>