#FCD675

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

Shades of Salomie #FCD675

Tints of Salomie #FCD675

Color information

#FCD675 (or 0xFCD675) is unknown color: approx Salomie. HEX triplet: FC, D6 and 75. RGB value is (252,214,117). Sum of RGB (Red+Green+Blue) = 252+214+117=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD675 is #03298A. Grayscale: #D6D6D6. Windows color (decimal): -207243 or 7722748. OLE color: 7722748.

HSL color Cylindrical-coordinate representation of color #FCD675: hue angle of 43.11º 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 #FCD675 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252214117-
CMYK00.150.540.01
HSL43.11º95.74%72.35%-
HSV(B)43.11º53.57%98.82%-
XYZ67.470.0726.8-
YUV214.373.09154.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 117 (46.09% from 255) = 20.07%
R=43.22%
G=36.71%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221411700.150.540.0143.1195.7472.35
HexFCD6750F3612b6048
Octal37432616501766153140110
Binary1111110011010110111010101111110110110101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD675; }

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

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

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

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

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

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

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

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