Shades of Sunglow #FFC82D
Tints of Sunglow #FFC82D
RGB
CMYK
RGB Variations
Color information
#FFC82D (or 0xFFC82D) is known color: Sunglow. HEX triplet: FF, C8 and 2D. RGB value is (255,200,45). Sum of RGB (Red+Green+Blue) = 255+200+45=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC82D is #0037D2. Grayscale: #C7C7C7. Windows color (decimal): -14291 or 3000575. OLE color: 3000575.
HSL color Cylindrical-coordinate representation of color #FFC82D: hue angle of 44.29º 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 #FFC82D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 45 | - |
| CMYK | 0 | 0.22 | 0.82 | 0 |
| HSL | 44.29º | 1% | 0.59% | - |
| HSV(B) | 44.29º | 0.82% | 1% | - |
| XYZ | 62.37 | 62.76 | 11.31 | - |
| YUV | 198.78 | 41.22 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 45 | 0 | 0.22 | 0.82 | 0 | 44.29 | 1 | 0.59 |
| Hex | FF | C8 | 2D | 0 | 16 | 52 | 0 | 2C | 64 | 3B |
| Octal | 377 | 310 | 55 | 0 | 26 | 122 | 0 | 54 | 144 | 73 |
| Binary | 11111111 | 11001000 | 101101 | 0 | 10110 | 1010010 | 0 | 101100 | 1100100 | 111011 |
Color Harmonies of #FFC82D
Complementary color
Monochromatic Colors of #FFC82D
Black with #FFC82D
Text Example
Text Example
White with #FFC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC82D; }
p { color: rgb(255,200,45); }
H1.HeaderClassName
{
color: #FFC82D;
}
.AnyTagClassName
{
color: #FFC82D;
}
</style>
background-color css
<style>
a { background-color: #FFC82D; }
a { background-color: rgb(255,200,45); }
div.DivClassName
{
background-color: #FFC82D;
}
.BgClassName
{
background-color: #FFC82D;
}
</style>
border-color css
<style>
span { border-color: #FFC82D; }
span { border-color: rgb(255,200,45); }
td.TdClassName
{
border-color: #FFC82D;
}
.TagClassName
{
border-color: #FFC82D;
}
</style>