Shades of Sunglow #FFC941
Tints of Sunglow #FFC941
RGB
CMYK
RGB Variations
Color information
#FFC941 (or 0xFFC941) is known color: Sunglow. HEX triplet: FF, C9 and 41. RGB value is (255,201,65). Sum of RGB (Red+Green+Blue) = 255+201+65=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC941 is #0036BE. Grayscale: #CACACA. Windows color (decimal): -14015 or 4311551. OLE color: 4311551.
HSL color Cylindrical-coordinate representation of color #FFC941: hue angle of 42.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFC941 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 65 | - |
| CMYK | 0 | 0.21 | 0.75 | 0 |
| HSL | 42.95º | 1% | 0.63% | - |
| HSV(B) | 42.95º | 0.75% | 1% | - |
| XYZ | 63.08 | 63.41 | 13.92 | - |
| YUV | 201.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 65 | 0 | 0.21 | 0.75 | 0 | 42.95 | 1 | 0.63 |
| Hex | FF | C9 | 41 | 0 | 15 | 4B | 0 | 2B | 64 | 3F |
| Octal | 377 | 311 | 101 | 0 | 25 | 113 | 0 | 53 | 144 | 77 |
| Binary | 11111111 | 11001001 | 1000001 | 0 | 10101 | 1001011 | 0 | 101011 | 1100100 | 111111 |
Color Harmonies of #FFC941
Complementary color
Monochromatic Colors of #FFC941
Black with #FFC941
Text Example
Text Example
White with #FFC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC941; }
p { color: rgb(255,201,65); }
H1.HeaderClassName
{
color: #FFC941;
}
.AnyTagClassName
{
color: #FFC941;
}
</style>
background-color css
<style>
a { background-color: #FFC941; }
a { background-color: rgb(255,201,65); }
div.DivClassName
{
background-color: #FFC941;
}
.BgClassName
{
background-color: #FFC941;
}
</style>
border-color css
<style>
span { border-color: #FFC941; }
span { border-color: rgb(255,201,65); }
td.TdClassName
{
border-color: #FFC941;
}
.TagClassName
{
border-color: #FFC941;
}
</style>