#FBD577

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

Shades of Salomie #FBD577

Tints of Salomie #FBD577

Color information

#FBD577 (or 0xFBD577) is unknown color: approx Salomie. HEX triplet: FB, D5 and 77. RGB value is (251,213,119). Sum of RGB (Red+Green+Blue) = 251+213+119=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD577 is #042A88. Grayscale: #D6D6D6. Windows color (decimal): -273033 or 7853563. OLE color: 7853563.

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

Color convert

RGB251213119-
CMYK00.150.530.02
HSL42.73º94.29%72.55%-
HSV(B)42.73º52.59%98.43%-
XYZ66.9169.4327.33-
YUV213.6574.59154.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 119 (46.88% from 255) = 20.41%
R=43.05%
G=36.54%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121311900.150.530.0242.7394.2972.55
HexFBD5770F3522b5e49
Octal37332516701765253136111
Binary11111011110101011110111011111101011010101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD577; }

 p { color: rgb(251,213,119); }

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

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

 a { background-color: rgb(251,213,119); }

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

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

 span { border-color: rgb(251,213,119); }

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