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