Shades of Sunglow #FFC934
Tints of Sunglow #FFC934
RGB
CMYK
RGB Variations
Color information
#FFC934 (or 0xFFC934) is known color: Sunglow. HEX triplet: FF, C9 and 34. RGB value is (255,201,52). Sum of RGB (Red+Green+Blue) = 255+201+52=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC934 is #0036CB. Grayscale: #C8C8C8. Windows color (decimal): -14028 or 3459583. OLE color: 3459583.
HSL color Cylindrical-coordinate representation of color #FFC934: hue angle of 44.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFC934 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 52 | - |
| CMYK | 0 | 0.21 | 0.80 | 0 |
| HSL | 44.04º | 1% | 0.6% | - |
| HSV(B) | 44.04º | 0.8% | 1% | - |
| XYZ | 62.75 | 63.28 | 12.16 | - |
| YUV | 200.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 52 | 0 | 0.21 | 0.80 | 0 | 44.04 | 1 | 0.6 |
| Hex | FF | C9 | 34 | 0 | 15 | 50 | 0 | 2C | 64 | 3C |
| Octal | 377 | 311 | 64 | 0 | 25 | 120 | 0 | 54 | 144 | 74 |
| Binary | 11111111 | 11001001 | 110100 | 0 | 10101 | 1010000 | 0 | 101100 | 1100100 | 111100 |
Color Harmonies of #FFC934
Complementary color
Monochromatic Colors of #FFC934
Black with #FFC934
Text Example
Text Example
White with #FFC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC934; }
p { color: rgb(255,201,52); }
H1.HeaderClassName
{
color: #FFC934;
}
.AnyTagClassName
{
color: #FFC934;
}
</style>
background-color css
<style>
a { background-color: #FFC934; }
a { background-color: rgb(255,201,52); }
div.DivClassName
{
background-color: #FFC934;
}
.BgClassName
{
background-color: #FFC934;
}
</style>
border-color css
<style>
span { border-color: #FFC934; }
span { border-color: rgb(255,201,52); }
td.TdClassName
{
border-color: #FFC934;
}
.TagClassName
{
border-color: #FFC934;
}
</style>