Shades of Sunglow #FCC83A
Tints of Sunglow #FCC83A
RGB
CMYK
RGB Variations
Color information
#FCC83A (or 0xFCC83A) is known color: Sunglow. HEX triplet: FC, C8 and 3A. RGB value is (252,200,58). Sum of RGB (Red+Green+Blue) = 252+200+58=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC83A is #0337C5. Grayscale: #C7C7C7. Windows color (decimal): -210886 or 3852540. OLE color: 3852540.
HSL color Cylindrical-coordinate representation of color #FCC83A: hue angle of 43.92º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCC83A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 58 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.01 |
| HSL | 43.92º | 0.97% | 0.61% | - |
| HSV(B) | 43.92º | 0.77% | 0.99% | - |
| XYZ | 61.56 | 62.31 | 12.79 | - |
| YUV | 199.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 58 | 0 | 0.21 | 0.77 | 0.01 | 43.92 | 0.97 | 0.61 |
| Hex | FC | C8 | 3A | 0 | 15 | 4D | 1 | 2C | 61 | 3D |
| Octal | 374 | 310 | 72 | 0 | 25 | 115 | 1 | 54 | 141 | 75 |
| Binary | 11111100 | 11001000 | 111010 | 0 | 10101 | 1001101 | 1 | 101100 | 1100001 | 111101 |
Color Harmonies of #FCC83A
Complementary color
Monochromatic Colors of #FCC83A
Black with #FCC83A
Text Example
Text Example
White with #FCC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC83A; }
p { color: rgb(252,200,58); }
H1.HeaderClassName
{
color: #FCC83A;
}
.AnyTagClassName
{
color: #FCC83A;
}
</style>
background-color css
<style>
a { background-color: #FCC83A; }
a { background-color: rgb(252,200,58); }
div.DivClassName
{
background-color: #FCC83A;
}
.BgClassName
{
background-color: #FCC83A;
}
</style>
border-color css
<style>
span { border-color: #FCC83A; }
span { border-color: rgb(252,200,58); }
td.TdClassName
{
border-color: #FCC83A;
}
.TagClassName
{
border-color: #FCC83A;
}
</style>