Shades of Sunglow #FCCD2B
Tints of Sunglow #FCCD2B
RGB
CMYK
RGB Variations
Color information
#FCCD2B (or 0xFCCD2B) is known color: Sunglow. HEX triplet: FC, CD and 2B. RGB value is (252,205,43). Sum of RGB (Red+Green+Blue) = 252+205+43=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD2B is #0332D4. Grayscale: #C9C9C9. Windows color (decimal): -209621 or 2870780. OLE color: 2870780.
HSL color Cylindrical-coordinate representation of color #FCCD2B: hue angle of 46.51º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCCD2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 43 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.01 |
| HSL | 46.51º | 0.97% | 0.58% | - |
| HSV(B) | 46.51º | 0.83% | 0.99% | - |
| XYZ | 62.41 | 64.53 | 11.45 | - |
| YUV | 200.59 | 39.07 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 43 | 0 | 0.19 | 0.83 | 0.01 | 46.51 | 0.97 | 0.58 |
| Hex | FC | CD | 2B | 0 | 13 | 53 | 1 | 2F | 61 | 3A |
| Octal | 374 | 315 | 53 | 0 | 23 | 123 | 1 | 57 | 141 | 72 |
| Binary | 11111100 | 11001101 | 101011 | 0 | 10011 | 1010011 | 1 | 101111 | 1100001 | 111010 |
Color Harmonies of #FCCD2B
Complementary color
Monochromatic Colors of #FCCD2B
Black with #FCCD2B
Text Example
Text Example
White with #FCCD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD2B; }
p { color: rgb(252,205,43); }
H1.HeaderClassName
{
color: #FCCD2B;
}
.AnyTagClassName
{
color: #FCCD2B;
}
</style>
background-color css
<style>
a { background-color: #FCCD2B; }
a { background-color: rgb(252,205,43); }
div.DivClassName
{
background-color: #FCCD2B;
}
.BgClassName
{
background-color: #FCCD2B;
}
</style>
border-color css
<style>
span { border-color: #FCCD2B; }
span { border-color: rgb(252,205,43); }
td.TdClassName
{
border-color: #FCCD2B;
}
.TagClassName
{
border-color: #FCCD2B;
}
</style>