#FCD47B

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

Shades of Salomie #FCD47B

Tints of Salomie #FCD47B

Color information

#FCD47B (or 0xFCD47B) is unknown color: approx Salomie. HEX triplet: FC, D4 and 7B. RGB value is (252,212,123). Sum of RGB (Red+Green+Blue) = 252+212+123=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD47B is #032B84. Grayscale: #D6D6D6. Windows color (decimal): -207749 or 8115452. OLE color: 8115452.

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

Color convert

RGB252212123-
CMYK00.160.510.01
HSL41.4º95.56%73.53%-
HSV(B)41.4º51.19%98.82%-
XYZ67.2669.2128.55-
YUV213.8176.75155.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 212 (83.20% from 255) = 36.12%
BLUE value IS 123 (48.44% from 255) = 20.95%
R=42.93%
G=36.12%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221212300.160.510.0141.495.5673.53
HexFCD47B01033129604a
Octal37432417302063151140112
Binary11111100110101001111011010000110011110100111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD47B; }

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

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

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

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

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

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

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

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