#FCD57B

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

Shades of Salomie #FCD57B

Tints of Salomie #FCD57B

Color information

#FCD57B (or 0xFCD57B) is unknown color: approx Salomie. HEX triplet: FC, D5 and 7B. RGB value is (252,213,123). Sum of RGB (Red+Green+Blue) = 252+213+123=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD57B is #032A84. Grayscale: #D6D6D6. Windows color (decimal): -207493 or 8115708. OLE color: 8115708.

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

Color convert

RGB252213123-
CMYK00.150.510.01
HSL41.86º95.56%73.53%-
HSV(B)41.86º51.19%98.82%-
XYZ67.5169.7128.64-
YUV214.476.42154.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 123 (48.44% from 255) = 20.92%
R=42.86%
G=36.22%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221312300.150.510.0141.8695.5673.53
HexFCD57B0F3312a604a
Octal37432517301763152140112
Binary1111110011010101111101101111110011110101011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD57B; }

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

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

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

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

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

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

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

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