#FBC59A

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

Shades of Romantic #FBC59A

Tints of Romantic #FBC59A

Color information

#FBC59A (or 0xFBC59A) is unknown color: approx Romantic. HEX triplet: FB, C5 and 9A. RGB value is (251,197,154). Sum of RGB (Red+Green+Blue) = 251+197+154=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC59A is #043A65. Grayscale: #D0D0D0. Windows color (decimal): -277094 or 10143227. OLE color: 10143227.

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

Color convert

RGB251197154-
CMYK00.220.390.02
HSL26.6º92.38%79.41%-
HSV(B)26.6º38.65%98.43%-
XYZ65.5862.7739.23-
YUV208.2497.39158.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 197 (77.34% from 255) = 32.72%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=41.69%
G=32.72%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119715400.220.390.0226.692.3879.41
HexFBC59A0162721b5c4f
Octal37330523202647233134117
Binary111110111100010110011010010110100111101101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC59A; }

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

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

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

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

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

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

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

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