Shades of Sunglow #FCC82F
Tints of Sunglow #FCC82F
RGB
CMYK
RGB Variations
Color information
#FCC82F (or 0xFCC82F) is known color: Sunglow. HEX triplet: FC, C8 and 2F. RGB value is (252,200,47). Sum of RGB (Red+Green+Blue) = 252+200+47=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC82F is #0337D0. Grayscale: #C6C6C6. Windows color (decimal): -210897 or 3131644. OLE color: 3131644.
HSL color Cylindrical-coordinate representation of color #FCC82F: hue angle of 44.78º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCC82F is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 47 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.01 |
| HSL | 44.78º | 0.97% | 0.59% | - |
| HSV(B) | 44.78º | 0.81% | 0.99% | - |
| XYZ | 61.31 | 62.21 | 11.47 | - |
| YUV | 198.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 47 | 0 | 0.21 | 0.81 | 0.01 | 44.78 | 0.97 | 0.59 |
| Hex | FC | C8 | 2F | 0 | 15 | 51 | 1 | 2D | 61 | 3B |
| Octal | 374 | 310 | 57 | 0 | 25 | 121 | 1 | 55 | 141 | 73 |
| Binary | 11111100 | 11001000 | 101111 | 0 | 10101 | 1010001 | 1 | 101101 | 1100001 | 111011 |
Color Harmonies of #FCC82F
Complementary color
Monochromatic Colors of #FCC82F
Black with #FCC82F
Text Example
Text Example
White with #FCC82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC82F; }
p { color: rgb(252,200,47); }
H1.HeaderClassName
{
color: #FCC82F;
}
.AnyTagClassName
{
color: #FCC82F;
}
</style>
background-color css
<style>
a { background-color: #FCC82F; }
a { background-color: rgb(252,200,47); }
div.DivClassName
{
background-color: #FCC82F;
}
.BgClassName
{
background-color: #FCC82F;
}
</style>
border-color css
<style>
span { border-color: #FCC82F; }
span { border-color: rgb(252,200,47); }
td.TdClassName
{
border-color: #FCC82F;
}
.TagClassName
{
border-color: #FCC82F;
}
</style>