#FCD474

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

Shades of Salomie #FCD474

Tints of Salomie #FCD474

Color information

#FCD474 (or 0xFCD474) is unknown color: approx Salomie. HEX triplet: FC, D4 and 74. RGB value is (252,212,116). Sum of RGB (Red+Green+Blue) = 252+212+116=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD474 is #032B8B. Grayscale: #D5D5D5. Windows color (decimal): -207756 or 7656700. OLE color: 7656700.

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

Color convert

RGB252212116-
CMYK00.160.540.01
HSL42.35º95.77%72.16%-
HSV(B)42.35º53.97%98.82%-
XYZ66.8469.0426.33-
YUV213.0273.25155.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 116 (45.70% from 255) = 20%
R=43.45%
G=36.55%
B=20%

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
Decimal25221211600.160.540.0142.3595.7772.16
HexFCD4740103612a6048
Octal37432416402066152140110
Binary11111100110101001110100010000110110110101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD474; }

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

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

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

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

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

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

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

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