Shades of Sunglow #FFC72A
Tints of Sunglow #FFC72A
RGB
CMYK
RGB Variations
Color information
#FFC72A (or 0xFFC72A) is known color: Sunglow. HEX triplet: FF, C7 and 2A. RGB value is (255,199,42). Sum of RGB (Red+Green+Blue) = 255+199+42=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC72A is #0038D5. Grayscale: #C6C6C6. Windows color (decimal): -14550 or 2803711. OLE color: 2803711.
HSL color Cylindrical-coordinate representation of color #FFC72A: hue angle of 44.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFC72A is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 42 | - |
| CMYK | 0 | 0.22 | 0.84 | 0 |
| HSL | 44.23º | 1% | 0.58% | - |
| HSV(B) | 44.23º | 0.84% | 1% | - |
| XYZ | 62.08 | 62.27 | 10.94 | - |
| YUV | 197.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 42 | 0 | 0.22 | 0.84 | 0 | 44.23 | 1 | 0.58 |
| Hex | FF | C7 | 2A | 0 | 16 | 54 | 0 | 2C | 64 | 3A |
| Octal | 377 | 307 | 52 | 0 | 26 | 124 | 0 | 54 | 144 | 72 |
| Binary | 11111111 | 11000111 | 101010 | 0 | 10110 | 1010100 | 0 | 101100 | 1100100 | 111010 |
Color Harmonies of #FFC72A
Complementary color
Monochromatic Colors of #FFC72A
Black with #FFC72A
Text Example
Text Example
White with #FFC72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC72A; }
p { color: rgb(255,199,42); }
H1.HeaderClassName
{
color: #FFC72A;
}
.AnyTagClassName
{
color: #FFC72A;
}
</style>
background-color css
<style>
a { background-color: #FFC72A; }
a { background-color: rgb(255,199,42); }
div.DivClassName
{
background-color: #FFC72A;
}
.BgClassName
{
background-color: #FFC72A;
}
</style>
border-color css
<style>
span { border-color: #FFC72A; }
span { border-color: rgb(255,199,42); }
td.TdClassName
{
border-color: #FFC72A;
}
.TagClassName
{
border-color: #FFC72A;
}
</style>