Shades of Sunglow #FCCF33
Tints of Sunglow #FCCF33
RGB
CMYK
RGB Variations
Color information
#FCCF33 (or 0xFCCF33) is known color: Sunglow. HEX triplet: FC, CF and 33. RGB value is (252,207,51). Sum of RGB (Red+Green+Blue) = 252+207+51=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF33 is #0330CC. Grayscale: #CBCBCB. Windows color (decimal): -209101 or 3395580. OLE color: 3395580.
HSL color Cylindrical-coordinate representation of color #FCCF33: hue angle of 46.57º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCCF33 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 51 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.01 |
| HSL | 46.57º | 0.97% | 0.59% | - |
| HSV(B) | 46.57º | 0.8% | 0.99% | - |
| XYZ | 63.06 | 65.56 | 12.46 | - |
| YUV | 202.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 51 | 0 | 0.18 | 0.80 | 0.01 | 46.57 | 0.97 | 0.59 |
| Hex | FC | CF | 33 | 0 | 12 | 50 | 1 | 2F | 61 | 3B |
| Octal | 374 | 317 | 63 | 0 | 22 | 120 | 1 | 57 | 141 | 73 |
| Binary | 11111100 | 11001111 | 110011 | 0 | 10010 | 1010000 | 1 | 101111 | 1100001 | 111011 |
Color Harmonies of #FCCF33
Complementary color
Monochromatic Colors of #FCCF33
Black with #FCCF33
Text Example
Text Example
White with #FCCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF33; }
p { color: rgb(252,207,51); }
H1.HeaderClassName
{
color: #FCCF33;
}
.AnyTagClassName
{
color: #FCCF33;
}
</style>
background-color css
<style>
a { background-color: #FCCF33; }
a { background-color: rgb(252,207,51); }
div.DivClassName
{
background-color: #FCCF33;
}
.BgClassName
{
background-color: #FCCF33;
}
</style>
border-color css
<style>
span { border-color: #FCCF33; }
span { border-color: rgb(252,207,51); }
td.TdClassName
{
border-color: #FCCF33;
}
.TagClassName
{
border-color: #FCCF33;
}
</style>