Shades of Sunglow #FFC931
Tints of Sunglow #FFC931
RGB
CMYK
RGB Variations
Color information
#FFC931 (or 0xFFC931) is known color: Sunglow. HEX triplet: FF, C9 and 31. RGB value is (255,201,49). Sum of RGB (Red+Green+Blue) = 255+201+49=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC931 is #0036CE. Grayscale: #C8C8C8. Windows color (decimal): -14031 or 3262975. OLE color: 3262975.
HSL color Cylindrical-coordinate representation of color #FFC931: hue angle of 44.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFC931 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 49 | - |
| CMYK | 0 | 0.21 | 0.81 | 0 |
| HSL | 44.27º | 1% | 0.6% | - |
| HSV(B) | 44.27º | 0.81% | 1% | - |
| XYZ | 62.68 | 63.26 | 11.81 | - |
| YUV | 199.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 49 | 0 | 0.21 | 0.81 | 0 | 44.27 | 1 | 0.6 |
| Hex | FF | C9 | 31 | 0 | 15 | 51 | 0 | 2C | 64 | 3C |
| Octal | 377 | 311 | 61 | 0 | 25 | 121 | 0 | 54 | 144 | 74 |
| Binary | 11111111 | 11001001 | 110001 | 0 | 10101 | 1010001 | 0 | 101100 | 1100100 | 111100 |
Color Harmonies of #FFC931
Complementary color
Monochromatic Colors of #FFC931
Black with #FFC931
Text Example
Text Example
White with #FFC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC931; }
p { color: rgb(255,201,49); }
H1.HeaderClassName
{
color: #FFC931;
}
.AnyTagClassName
{
color: #FFC931;
}
</style>
background-color css
<style>
a { background-color: #FFC931; }
a { background-color: rgb(255,201,49); }
div.DivClassName
{
background-color: #FFC931;
}
.BgClassName
{
background-color: #FFC931;
}
</style>
border-color css
<style>
span { border-color: #FFC931; }
span { border-color: rgb(255,201,49); }
td.TdClassName
{
border-color: #FFC931;
}
.TagClassName
{
border-color: #FFC931;
}
</style>