#FCD875

Color #FCD875 Salomie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salomie #FCD875

Tints of Salomie #FCD875

Color information

#FCD875 (or 0xFCD875) is unknown color: approx Salomie. HEX triplet: FC, D8 and 75. RGB value is (252,216,117). Sum of RGB (Red+Green+Blue) = 252+216+117=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD875 is #03278A. Grayscale: #D7D7D7. Windows color (decimal): -206731 or 7723260. OLE color: 7723260.

HSL color Cylindrical-coordinate representation of color #FCD875: hue angle of 44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCD875 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252216117-
CMYK00.140.540.01
HSL44º95.74%72.35%-
HSV(B)44º53.57%98.82%-
XYZ67.9171.0926.97-
YUV215.4872.43154.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 117 (46.09% from 255) = 20%
R=43.08%
G=36.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221611700.140.540.014495.7472.35
HexFCD8750E3612c6048
Octal37433016501666154140110
Binary1111110011011000111010101110110110110110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD875; }

 p { color: rgb(252,216,117); }

 H1.HeaderClassName
 {
   color: #FCD875;
 }
 .AnyTagClassName
 {
   color: #FCD875;
 }
</style>
background-color css

<style>
 a { background-color: #FCD875; }

 a { background-color: rgb(252,216,117); }

 div.DivClassName
 {
   background-color: #FCD875;
 }
 .BgClassName
 {
   background-color: #FCD875;
 }
</style>
border-color css

<style>
 span { border-color: #FCD875; }

 span { border-color: rgb(252,216,117); }

 td.TdClassName
 {
   border-color: #FCD875;
 }
 .TagClassName
 {
   border-color: #FCD875;
 }
</style>