Shades of Sunglow #FCCF42
Tints of Sunglow #FCCF42
RGB
CMYK
RGB Variations
Color information
#FCCF42 (or 0xFCCF42) is known color: Sunglow. HEX triplet: FC, CF and 42. RGB value is (252,207,66). Sum of RGB (Red+Green+Blue) = 252+207+66=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF42 is #0330BD. Grayscale: #CCCCCC. Windows color (decimal): -209086 or 4378620. OLE color: 4378620.
HSL color Cylindrical-coordinate representation of color #FCCF42: hue angle of 45.48º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCCF42 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 66 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.01 |
| HSL | 45.48º | 0.97% | 0.62% | - |
| HSV(B) | 45.48º | 0.74% | 0.99% | - |
| XYZ | 63.44 | 65.71 | 14.49 | - |
| YUV | 204.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 66 | 0 | 0.18 | 0.74 | 0.01 | 45.48 | 0.97 | 0.62 |
| Hex | FC | CF | 42 | 0 | 12 | 4A | 1 | 2D | 61 | 3E |
| Octal | 374 | 317 | 102 | 0 | 22 | 112 | 1 | 55 | 141 | 76 |
| Binary | 11111100 | 11001111 | 1000010 | 0 | 10010 | 1001010 | 1 | 101101 | 1100001 | 111110 |
Color Harmonies of #FCCF42
Complementary color
Monochromatic Colors of #FCCF42
Black with #FCCF42
Text Example
Text Example
White with #FCCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF42; }
p { color: rgb(252,207,66); }
H1.HeaderClassName
{
color: #FCCF42;
}
.AnyTagClassName
{
color: #FCCF42;
}
</style>
background-color css
<style>
a { background-color: #FCCF42; }
a { background-color: rgb(252,207,66); }
div.DivClassName
{
background-color: #FCCF42;
}
.BgClassName
{
background-color: #FCCF42;
}
</style>
border-color css
<style>
span { border-color: #FCCF42; }
span { border-color: rgb(252,207,66); }
td.TdClassName
{
border-color: #FCCF42;
}
.TagClassName
{
border-color: #FCCF42;
}
</style>