Shades of Sunglow #FCCF3F
Tints of Sunglow #FCCF3F
RGB
CMYK
RGB Variations
Color information
#FCCF3F (or 0xFCCF3F) is known color: Sunglow. HEX triplet: FC, CF and 3F. RGB value is (252,207,63). Sum of RGB (Red+Green+Blue) = 252+207+63=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF3F is #0330C0. Grayscale: #CCCCCC. Windows color (decimal): -209089 or 4182012. OLE color: 4182012.
HSL color Cylindrical-coordinate representation of color #FCCF3F: hue angle of 45.71º 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 #FCCF3F is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 63 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.01 |
| HSL | 45.71º | 0.97% | 0.62% | - |
| HSV(B) | 45.71º | 0.75% | 0.99% | - |
| XYZ | 63.35 | 65.68 | 14.04 | - |
| YUV | 204.04 | 48.41 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 63 | 0 | 0.18 | 0.75 | 0.01 | 45.71 | 0.97 | 0.62 |
| Hex | FC | CF | 3F | 0 | 12 | 4B | 1 | 2E | 61 | 3E |
| Octal | 374 | 317 | 77 | 0 | 22 | 113 | 1 | 56 | 141 | 76 |
| Binary | 11111100 | 11001111 | 111111 | 0 | 10010 | 1001011 | 1 | 101110 | 1100001 | 111110 |
Color Harmonies of #FCCF3F
Complementary color
Monochromatic Colors of #FCCF3F
Black with #FCCF3F
Text Example
Text Example
White with #FCCF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF3F; }
p { color: rgb(252,207,63); }
H1.HeaderClassName
{
color: #FCCF3F;
}
.AnyTagClassName
{
color: #FCCF3F;
}
</style>
background-color css
<style>
a { background-color: #FCCF3F; }
a { background-color: rgb(252,207,63); }
div.DivClassName
{
background-color: #FCCF3F;
}
.BgClassName
{
background-color: #FCCF3F;
}
</style>
border-color css
<style>
span { border-color: #FCCF3F; }
span { border-color: rgb(252,207,63); }
td.TdClassName
{
border-color: #FCCF3F;
}
.TagClassName
{
border-color: #FCCF3F;
}
</style>