#FBF59A

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

Shades of Pale Prim #FBF59A

Tints of Pale Prim #FBF59A

Color information

#FBF59A (or 0xFBF59A) is unknown color: approx Pale Prim. HEX triplet: FB, F5 and 9A. RGB value is (251,245,154). Sum of RGB (Red+Green+Blue) = 251+245+154=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 154 (60.55% from 255 or 23.69% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF59A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF59A is #040A65. Grayscale: #ECECEC. Windows color (decimal): -264806 or 10155515. OLE color: 10155515.

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

Color convert

RGB251245154-
CMYK00.020.390.02
HSL56.29º92.38%79.41%-
HSV(B)56.29º38.65%98.43%-
XYZ78.2788.1543.46-
YUV236.4281.49138.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 154 (60.55% from 255) = 23.69%
R=38.62%
G=37.69%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124515400.020.390.0256.2992.3879.41
HexFBF59A02272385c4f
Octal3733652320247270134117
Binary1111101111110101100110100101001111011100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF59A; }

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

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

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

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

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

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

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

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