#FBF399

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

Shades of Pale Prim #FBF399

Tints of Pale Prim #FBF399

Color information

#FBF399 (or 0xFBF399) is unknown color: approx Pale Prim. HEX triplet: FB, F3 and 99. RGB value is (251,243,153). Sum of RGB (Red+Green+Blue) = 251+243+153=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 153 (60.16% from 255 or 23.65% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF399 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF399 is #040C66. Grayscale: #EBEBEB. Windows color (decimal): -265319 or 10089467. OLE color: 10089467.

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

Color convert

RGB251243153-
CMYK00.030.390.02
HSL55.1º92.45%79.22%-
HSV(B)55.1º39.04%98.43%-
XYZ77.5886.9142.82-
YUV235.1381.65139.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 153 (60.16% from 255) = 23.65%
R=38.79%
G=37.56%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124315300.030.390.0255.192.4579.22
HexFBF39903272375c4f
Octal3733632310347267134117
Binary1111101111110011100110010111001111011011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF399; }

 p { color: rgb(251,243,153); }

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

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

 a { background-color: rgb(251,243,153); }

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

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

 span { border-color: rgb(251,243,153); }

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