Shades of Sunglow #FCC83B
Tints of Sunglow #FCC83B
RGB
CMYK
RGB Variations
Color information
#FCC83B (or 0xFCC83B) is known color: Sunglow. HEX triplet: FC, C8 and 3B. RGB value is (252,200,59). Sum of RGB (Red+Green+Blue) = 252+200+59=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC83B is #0337C4. Grayscale: #C8C8C8. Windows color (decimal): -210885 or 3918076. OLE color: 3918076.
HSL color Cylindrical-coordinate representation of color #FCC83B: hue angle of 43.83º 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 #FCC83B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 59 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.01 |
| HSL | 43.83º | 0.97% | 0.61% | - |
| HSV(B) | 43.83º | 0.77% | 0.99% | - |
| XYZ | 61.59 | 62.32 | 12.92 | - |
| YUV | 199.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 59 | 0 | 0.21 | 0.77 | 0.01 | 43.83 | 0.97 | 0.61 |
| Hex | FC | C8 | 3B | 0 | 15 | 4D | 1 | 2C | 61 | 3D |
| Octal | 374 | 310 | 73 | 0 | 25 | 115 | 1 | 54 | 141 | 75 |
| Binary | 11111100 | 11001000 | 111011 | 0 | 10101 | 1001101 | 1 | 101100 | 1100001 | 111101 |
Color Harmonies of #FCC83B
Complementary color
Monochromatic Colors of #FCC83B
Black with #FCC83B
Text Example
Text Example
White with #FCC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC83B; }
p { color: rgb(252,200,59); }
H1.HeaderClassName
{
color: #FCC83B;
}
.AnyTagClassName
{
color: #FCC83B;
}
</style>
background-color css
<style>
a { background-color: #FCC83B; }
a { background-color: rgb(252,200,59); }
div.DivClassName
{
background-color: #FCC83B;
}
.BgClassName
{
background-color: #FCC83B;
}
</style>
border-color css
<style>
span { border-color: #FCC83B; }
span { border-color: rgb(252,200,59); }
td.TdClassName
{
border-color: #FCC83B;
}
.TagClassName
{
border-color: #FCC83B;
}
</style>