Shades of Salomie #FCCF7D
Tints of Salomie #FCCF7D
RGB
CMYK
RGB Variations
Color information
#FCCF7D (or 0xFCCF7D) is known color: Salomie. HEX triplet: FC, CF and 7D. RGB value is (252,207,125). Sum of RGB (Red+Green+Blue) = 252+207+125=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF7D is #033082. Grayscale: #D3D3D3. Windows color (decimal): -209027 or 8245244. OLE color: 8245244.
HSL color Cylindrical-coordinate representation of color #FCCF7D: hue angle of 38.74º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCCF7D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 125 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.01 |
| HSL | 38.74º | 0.95% | 0.74% | - |
| HSV(B) | 38.74º | 0.5% | 0.99% | - |
| XYZ | 66.16 | 66.8 | 28.81 | - |
| YUV | 211.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 125 | 0 | 0.18 | 0.50 | 0.01 | 38.74 | 0.95 | 0.74 |
| Hex | FC | CF | 7D | 0 | 12 | 32 | 1 | 27 | 5F | 4A |
| Octal | 374 | 317 | 175 | 0 | 22 | 62 | 1 | 47 | 137 | 112 |
| Binary | 11111100 | 11001111 | 1111101 | 0 | 10010 | 110010 | 1 | 100111 | 1011111 | 1001010 |
Color Harmonies of #FCCF7D
Complementary color
Monochromatic Colors of #FCCF7D
Black with #FCCF7D
Text Example
Text Example
White with #FCCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF7D; }
p { color: rgb(252,207,125); }
H1.HeaderClassName
{
color: #FCCF7D;
}
.AnyTagClassName
{
color: #FCCF7D;
}
</style>
background-color css
<style>
a { background-color: #FCCF7D; }
a { background-color: rgb(252,207,125); }
div.DivClassName
{
background-color: #FCCF7D;
}
.BgClassName
{
background-color: #FCCF7D;
}
</style>
border-color css
<style>
span { border-color: #FCCF7D; }
span { border-color: rgb(252,207,125); }
td.TdClassName
{
border-color: #FCCF7D;
}
.TagClassName
{
border-color: #FCCF7D;
}
</style>