#FCD375

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

Shades of Salomie #FCD375

Tints of Salomie #FCD375

Color information

#FCD375 (or 0xFCD375) is unknown color: approx Salomie. HEX triplet: FC, D3 and 75. RGB value is (252,211,117). Sum of RGB (Red+Green+Blue) = 252+211+117=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD375 is #032C8A. Grayscale: #D4D4D4. Windows color (decimal): -208011 or 7721980. OLE color: 7721980.

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

Color convert

RGB252211117-
CMYK00.160.540.01
HSL41.78º95.74%72.35%-
HSV(B)41.78º53.57%98.82%-
XYZ66.6568.5726.55-
YUV212.5474.08156.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 211 (82.81% from 255) = 36.38%
BLUE value IS 117 (46.09% from 255) = 20.17%
R=43.45%
G=36.38%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221111700.160.540.0141.7895.7472.35
HexFCD3750103612a6048
Octal37432316502066152140110
Binary11111100110100111110101010000110110110101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD375; }

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

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

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

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

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

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

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

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