Shades of Golden Tainoi #FFC35F
Tints of Golden Tainoi #FFC35F
RGB
CMYK
RGB Variations
Color information
#FFC35F (or 0xFFC35F) is known color: Golden Tainoi. HEX triplet: FF, C3 and 5F. RGB value is (255,195,95). Sum of RGB (Red+Green+Blue) = 255+195+95=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC35F is #003CA0. Grayscale: #CACACA. Windows color (decimal): -15521 or 6276095. OLE color: 6276095.
HSL color Cylindrical-coordinate representation of color #FFC35F: hue angle of 37.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFC35F is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 95 | - |
| CMYK | 0 | 0.24 | 0.63 | 0 |
| HSL | 37.5º | 1% | 0.69% | - |
| HSV(B) | 37.5º | 0.63% | 1% | - |
| XYZ | 62.82 | 61.12 | 19.31 | - |
| YUV | 201.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 95 | 0 | 0.24 | 0.63 | 0 | 37.5 | 1 | 0.69 |
| Hex | FF | C3 | 5F | 0 | 18 | 3F | 0 | 26 | 64 | 45 |
| Octal | 377 | 303 | 137 | 0 | 30 | 77 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000011 | 1011111 | 0 | 11000 | 111111 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC35F
Complementary color
Monochromatic Colors of #FFC35F
Black with #FFC35F
Text Example
Text Example
White with #FFC35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC35F; }
p { color: rgb(255,195,95); }
H1.HeaderClassName
{
color: #FFC35F;
}
.AnyTagClassName
{
color: #FFC35F;
}
</style>
background-color css
<style>
a { background-color: #FFC35F; }
a { background-color: rgb(255,195,95); }
div.DivClassName
{
background-color: #FFC35F;
}
.BgClassName
{
background-color: #FFC35F;
}
</style>
border-color css
<style>
span { border-color: #FFC35F; }
span { border-color: rgb(255,195,95); }
td.TdClassName
{
border-color: #FFC35F;
}
.TagClassName
{
border-color: #FFC35F;
}
</style>