Shades of Sunglow #FFC72C
Tints of Sunglow #FFC72C
RGB
CMYK
RGB Variations
Color information
#FFC72C (or 0xFFC72C) is known color: Sunglow. HEX triplet: FF, C7 and 2C. RGB value is (255,199,44). Sum of RGB (Red+Green+Blue) = 255+199+44=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC72C is #0038D3. Grayscale: #C6C6C6. Windows color (decimal): -14548 or 2934783. OLE color: 2934783.
HSL color Cylindrical-coordinate representation of color #FFC72C: hue angle of 44.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFC72C is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 44 | - |
| CMYK | 0 | 0.22 | 0.83 | 0 |
| HSL | 44.08º | 1% | 0.59% | - |
| HSV(B) | 44.08º | 0.83% | 1% | - |
| XYZ | 62.12 | 62.29 | 11.13 | - |
| YUV | 198.07 | 41.05 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 44 | 0 | 0.22 | 0.83 | 0 | 44.08 | 1 | 0.59 |
| Hex | FF | C7 | 2C | 0 | 16 | 53 | 0 | 2C | 64 | 3B |
| Octal | 377 | 307 | 54 | 0 | 26 | 123 | 0 | 54 | 144 | 73 |
| Binary | 11111111 | 11000111 | 101100 | 0 | 10110 | 1010011 | 0 | 101100 | 1100100 | 111011 |
Color Harmonies of #FFC72C
Complementary color
Monochromatic Colors of #FFC72C
Black with #FFC72C
Text Example
Text Example
White with #FFC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC72C; }
p { color: rgb(255,199,44); }
H1.HeaderClassName
{
color: #FFC72C;
}
.AnyTagClassName
{
color: #FFC72C;
}
</style>
background-color css
<style>
a { background-color: #FFC72C; }
a { background-color: rgb(255,199,44); }
div.DivClassName
{
background-color: #FFC72C;
}
.BgClassName
{
background-color: #FFC72C;
}
</style>
border-color css
<style>
span { border-color: #FFC72C; }
span { border-color: rgb(255,199,44); }
td.TdClassName
{
border-color: #FFC72C;
}
.TagClassName
{
border-color: #FFC72C;
}
</style>