#FBD778

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

Shades of Salomie #FBD778

Tints of Salomie #FBD778

Color information

#FBD778 (or 0xFBD778) is unknown color: approx Salomie. HEX triplet: FB, D7 and 78. RGB value is (251,215,120). Sum of RGB (Red+Green+Blue) = 251+215+120=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD778 is #042887. Grayscale: #D7D7D7. Windows color (decimal): -272520 or 7919611. OLE color: 7919611.

HSL color Cylindrical-coordinate representation of color #FBD778: hue angle of 43.51º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBD778 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB251215120-
CMYK00.140.520.02
HSL43.51º94.24%72.75%-
HSV(B)43.51º52.19%98.43%-
XYZ67.4770.4727.81-
YUV214.9374.43153.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.83%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 120 (47.27% from 255) = 20.48%
R=42.83%
G=36.69%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121512000.140.520.0243.5194.2472.75
HexFBD7780E3422c5e49
Octal37332717001664254136111
Binary11111011110101111111000011101101001010110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD778; }

 p { color: rgb(251,215,120); }

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

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

 a { background-color: rgb(251,215,120); }

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

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

 span { border-color: rgb(251,215,120); }

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