#FBD379

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

Shades of Salomie #FBD379

Tints of Salomie #FBD379

Color information

#FBD379 (or 0xFBD379) is unknown color: approx Salomie. HEX triplet: FB, D3 and 79. RGB value is (251,211,121). Sum of RGB (Red+Green+Blue) = 251+211+121=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD379 is #042C86. Grayscale: #D5D5D5. Windows color (decimal): -273543 or 7984123. OLE color: 7984123.

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

Color convert

RGB251211121-
CMYK00.160.520.02
HSL41.54º94.2%72.94%-
HSV(B)41.54º51.79%98.43%-
XYZ66.5368.4827.8-
YUV212.776.25155.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 121 (47.66% from 255) = 20.75%
R=43.05%
G=36.19%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121112100.160.520.0241.5494.272.94
HexFBD3790103422a5e49
Octal37332317102064252136111
Binary111110111101001111110010100001101001010101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD379; }

 p { color: rgb(251,211,121); }

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

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

 a { background-color: rgb(251,211,121); }

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

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

 span { border-color: rgb(251,211,121); }

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