#FBC59D

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

Shades of Romantic #FBC59D

Tints of Romantic #FBC59D

Color information

#FBC59D (or 0xFBC59D) is unknown color: approx Romantic. HEX triplet: FB, C5 and 9D. RGB value is (251,197,157). Sum of RGB (Red+Green+Blue) = 251+197+157=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC59D is #043A62. Grayscale: #D0D0D0. Windows color (decimal): -277091 or 10339835. OLE color: 10339835.

HSL color Cylindrical-coordinate representation of color #FBC59D: hue angle of 25.53º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBC59D is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251197157-
CMYK00.220.370.02
HSL25.53º92.16%80%-
HSV(B)25.53º37.45%98.43%-
XYZ65.8462.8840.56-
YUV208.5998.89158.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 197 (77.34% from 255) = 32.56%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=41.49%
G=32.56%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119715700.220.370.0225.5392.1680
HexFBC59D0162521a5c50
Octal37330523502645232134120
Binary111110111100010110011101010110100101101101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC59D; }

 p { color: rgb(251,197,157); }

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

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

 a { background-color: rgb(251,197,157); }

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

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

 span { border-color: rgb(251,197,157); }

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