Shades of Salomie #FCCF7B
Tints of Salomie #FCCF7B
RGB
CMYK
RGB Variations
Color information
#FCCF7B (or 0xFCCF7B) is known color: Salomie. HEX triplet: FC, CF and 7B. RGB value is (252,207,123). Sum of RGB (Red+Green+Blue) = 252+207+123=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF7B is #033084. Grayscale: #D3D3D3. Windows color (decimal): -209029 or 8114172. OLE color: 8114172.
HSL color Cylindrical-coordinate representation of color #FCCF7B: hue angle of 39.07º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCCF7B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 123 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.01 |
| HSL | 39.07º | 0.96% | 0.74% | - |
| HSV(B) | 39.07º | 0.51% | 0.99% | - |
| XYZ | 66.03 | 66.75 | 28.14 | - |
| YUV | 210.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 123 | 0 | 0.18 | 0.51 | 0.01 | 39.07 | 0.96 | 0.74 |
| Hex | FC | CF | 7B | 0 | 12 | 33 | 1 | 27 | 60 | 4A |
| Octal | 374 | 317 | 173 | 0 | 22 | 63 | 1 | 47 | 140 | 112 |
| Binary | 11111100 | 11001111 | 1111011 | 0 | 10010 | 110011 | 1 | 100111 | 1100000 | 1001010 |
Color Harmonies of #FCCF7B
Complementary color
Monochromatic Colors of #FCCF7B
Black with #FCCF7B
Text Example
Text Example
White with #FCCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF7B; }
p { color: rgb(252,207,123); }
H1.HeaderClassName
{
color: #FCCF7B;
}
.AnyTagClassName
{
color: #FCCF7B;
}
</style>
background-color css
<style>
a { background-color: #FCCF7B; }
a { background-color: rgb(252,207,123); }
div.DivClassName
{
background-color: #FCCF7B;
}
.BgClassName
{
background-color: #FCCF7B;
}
</style>
border-color css
<style>
span { border-color: #FCCF7B; }
span { border-color: rgb(252,207,123); }
td.TdClassName
{
border-color: #FCCF7B;
}
.TagClassName
{
border-color: #FCCF7B;
}
</style>