Shades of Sunglow #FCC83F
Tints of Sunglow #FCC83F
RGB
CMYK
RGB Variations
Color information
#FCC83F (or 0xFCC83F) is known color: Sunglow. HEX triplet: FC, C8 and 3F. RGB value is (252,200,63). Sum of RGB (Red+Green+Blue) = 252+200+63=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC83F is #0337C0. Grayscale: #C8C8C8. Windows color (decimal): -210881 or 4180220. OLE color: 4180220.
HSL color Cylindrical-coordinate representation of color #FCC83F: hue angle of 43.49º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCC83F is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 63 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.01 |
| HSL | 43.49º | 0.97% | 0.62% | - |
| HSV(B) | 43.49º | 0.75% | 0.99% | - |
| XYZ | 61.7 | 62.36 | 13.49 | - |
| YUV | 199.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 63 | 0 | 0.21 | 0.75 | 0.01 | 43.49 | 0.97 | 0.62 |
| Hex | FC | C8 | 3F | 0 | 15 | 4B | 1 | 2B | 61 | 3E |
| Octal | 374 | 310 | 77 | 0 | 25 | 113 | 1 | 53 | 141 | 76 |
| Binary | 11111100 | 11001000 | 111111 | 0 | 10101 | 1001011 | 1 | 101011 | 1100001 | 111110 |
Color Harmonies of #FCC83F
Complementary color
Monochromatic Colors of #FCC83F
Black with #FCC83F
Text Example
Text Example
White with #FCC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC83F; }
p { color: rgb(252,200,63); }
H1.HeaderClassName
{
color: #FCC83F;
}
.AnyTagClassName
{
color: #FCC83F;
}
</style>
background-color css
<style>
a { background-color: #FCC83F; }
a { background-color: rgb(252,200,63); }
div.DivClassName
{
background-color: #FCC83F;
}
.BgClassName
{
background-color: #FCC83F;
}
</style>
border-color css
<style>
span { border-color: #FCC83F; }
span { border-color: rgb(252,200,63); }
td.TdClassName
{
border-color: #FCC83F;
}
.TagClassName
{
border-color: #FCC83F;
}
</style>