Shades of Sunglow #FCC43F
Tints of Sunglow #FCC43F
RGB
CMYK
RGB Variations
Color information
#FCC43F (or 0xFCC43F) is known color: Sunglow. HEX triplet: FC, C4 and 3F. RGB value is (252,196,63). Sum of RGB (Red+Green+Blue) = 252+196+63=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC43F is #033BC0. Grayscale: #C6C6C6. Windows color (decimal): -211905 or 4179196. OLE color: 4179196.
HSL color Cylindrical-coordinate representation of color #FCC43F: hue angle of 42.22º 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 #FCC43F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 63 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.01 |
| HSL | 42.22º | 0.97% | 0.62% | - |
| HSV(B) | 42.22º | 0.75% | 0.99% | - |
| XYZ | 60.78 | 60.53 | 13.18 | - |
| YUV | 197.58 | 52.05 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 63 | 0 | 0.22 | 0.75 | 0.01 | 42.22 | 0.97 | 0.62 |
| Hex | FC | C4 | 3F | 0 | 16 | 4B | 1 | 2A | 61 | 3E |
| Octal | 374 | 304 | 77 | 0 | 26 | 113 | 1 | 52 | 141 | 76 |
| Binary | 11111100 | 11000100 | 111111 | 0 | 10110 | 1001011 | 1 | 101010 | 1100001 | 111110 |
Color Harmonies of #FCC43F
Complementary color
Monochromatic Colors of #FCC43F
Black with #FCC43F
Text Example
Text Example
White with #FCC43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC43F; }
p { color: rgb(252,196,63); }
H1.HeaderClassName
{
color: #FCC43F;
}
.AnyTagClassName
{
color: #FCC43F;
}
</style>
background-color css
<style>
a { background-color: #FCC43F; }
a { background-color: rgb(252,196,63); }
div.DivClassName
{
background-color: #FCC43F;
}
.BgClassName
{
background-color: #FCC43F;
}
</style>
border-color css
<style>
span { border-color: #FCC43F; }
span { border-color: rgb(252,196,63); }
td.TdClassName
{
border-color: #FCC43F;
}
.TagClassName
{
border-color: #FCC43F;
}
</style>