Shades of Sunglow #FFC72D
Tints of Sunglow #FFC72D
RGB
CMYK
RGB Variations
Color information
#FFC72D (or 0xFFC72D) is known color: Sunglow. HEX triplet: FF, C7 and 2D. RGB value is (255,199,45). Sum of RGB (Red+Green+Blue) = 255+199+45=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC72D is #0038D2. Grayscale: #C6C6C6. Windows color (decimal): -14547 or 3000319. OLE color: 3000319.
HSL color Cylindrical-coordinate representation of color #FFC72D: hue angle of 44º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFC72D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 45 | - |
| CMYK | 0 | 0.22 | 0.82 | 0 |
| HSL | 44º | 1% | 0.59% | - |
| HSV(B) | 44º | 0.82% | 1% | - |
| XYZ | 62.14 | 62.3 | 11.23 | - |
| YUV | 198.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 45 | 0 | 0.22 | 0.82 | 0 | 44 | 1 | 0.59 |
| Hex | FF | C7 | 2D | 0 | 16 | 52 | 0 | 2C | 64 | 3B |
| Octal | 377 | 307 | 55 | 0 | 26 | 122 | 0 | 54 | 144 | 73 |
| Binary | 11111111 | 11000111 | 101101 | 0 | 10110 | 1010010 | 0 | 101100 | 1100100 | 111011 |
Color Harmonies of #FFC72D
Complementary color
Monochromatic Colors of #FFC72D
Black with #FFC72D
Text Example
Text Example
White with #FFC72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC72D; }
p { color: rgb(255,199,45); }
H1.HeaderClassName
{
color: #FFC72D;
}
.AnyTagClassName
{
color: #FFC72D;
}
</style>
background-color css
<style>
a { background-color: #FFC72D; }
a { background-color: rgb(255,199,45); }
div.DivClassName
{
background-color: #FFC72D;
}
.BgClassName
{
background-color: #FFC72D;
}
</style>
border-color css
<style>
span { border-color: #FFC72D; }
span { border-color: rgb(255,199,45); }
td.TdClassName
{
border-color: #FFC72D;
}
.TagClassName
{
border-color: #FFC72D;
}
</style>