#FCD774

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

Shades of Salomie #FCD774

Tints of Salomie #FCD774

Color information

#FCD774 (or 0xFCD774) is unknown color: approx Salomie. HEX triplet: FC, D7 and 74. RGB value is (252,215,116). Sum of RGB (Red+Green+Blue) = 252+215+116=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD774 is #03288B. Grayscale: #D7D7D7. Windows color (decimal): -206988 or 7657468. OLE color: 7657468.

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

Color convert

RGB252215116-
CMYK00.150.540.01
HSL43.68º95.77%72.16%-
HSV(B)43.68º53.97%98.82%-
XYZ67.670.5626.58-
YUV214.7872.26154.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 116 (45.70% from 255) = 19.90%
R=43.22%
G=36.88%
B=19.90%

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
Decimal25221511600.150.540.0143.6895.7772.16
HexFCD7740F3612c6048
Octal37432716401766154140110
Binary1111110011010111111010001111110110110110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD774; }

 p { color: rgb(252,215,116); }

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

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

 a { background-color: rgb(252,215,116); }

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

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

 span { border-color: rgb(252,215,116); }

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