Shades of Sunglow #FCCF2D
Tints of Sunglow #FCCF2D
RGB
CMYK
RGB Variations
Color information
#FCCF2D (or 0xFCCF2D) is known color: Sunglow. HEX triplet: FC, CF and 2D. RGB value is (252,207,45). Sum of RGB (Red+Green+Blue) = 252+207+45=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF2D is #0330D2. Grayscale: #CACACA. Windows color (decimal): -209107 or 3002364. OLE color: 3002364.
HSL color Cylindrical-coordinate representation of color #FCCF2D: hue angle of 46.96º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCCF2D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 45 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.01 |
| HSL | 46.96º | 0.97% | 0.58% | - |
| HSV(B) | 46.96º | 0.82% | 0.99% | - |
| XYZ | 62.93 | 65.51 | 11.81 | - |
| YUV | 201.99 | 39.41 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 45 | 0 | 0.18 | 0.82 | 0.01 | 46.96 | 0.97 | 0.58 |
| Hex | FC | CF | 2D | 0 | 12 | 52 | 1 | 2F | 61 | 3A |
| Octal | 374 | 317 | 55 | 0 | 22 | 122 | 1 | 57 | 141 | 72 |
| Binary | 11111100 | 11001111 | 101101 | 0 | 10010 | 1010010 | 1 | 101111 | 1100001 | 111010 |
Color Harmonies of #FCCF2D
Complementary color
Monochromatic Colors of #FCCF2D
Black with #FCCF2D
Text Example
Text Example
White with #FCCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF2D; }
p { color: rgb(252,207,45); }
H1.HeaderClassName
{
color: #FCCF2D;
}
.AnyTagClassName
{
color: #FCCF2D;
}
</style>
background-color css
<style>
a { background-color: #FCCF2D; }
a { background-color: rgb(252,207,45); }
div.DivClassName
{
background-color: #FCCF2D;
}
.BgClassName
{
background-color: #FCCF2D;
}
</style>
border-color css
<style>
span { border-color: #FCCF2D; }
span { border-color: rgb(252,207,45); }
td.TdClassName
{
border-color: #FCCF2D;
}
.TagClassName
{
border-color: #FCCF2D;
}
</style>