#FBF868

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

Shades of Laser Lemon #FBF868

Tints of Laser Lemon #FBF868

Color information

#FBF868 (or 0xFBF868) is unknown color: approx Laser Lemon. HEX triplet: FB, F8 and 68. RGB value is (251,248,104). Sum of RGB (Red+Green+Blue) = 251+248+104=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 104 (41.02% from 255 or 17.25% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF868 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF868 is #040797. Grayscale: #E9E9E9. Windows color (decimal): -264088 or 6879483. OLE color: 6879483.

HSL color Cylindrical-coordinate representation of color #FBF868: hue angle of 58.78º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBF868 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB251248104-
CMYK00.010.590.02
HSL58.78º94.84%69.61%-
HSV(B)58.78º58.57%98.43%-
XYZ75.8588.6426.21-
YUV232.4855.49141.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 248 (97.27% from 255) = 41.13%
BLUE value IS 104 (41.02% from 255) = 17.25%
R=41.63%
G=41.13%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124810400.010.590.0258.7894.8469.61
HexFBF868013B23b5f46
Octal3733701500173273137106
Binary11111011111110001101000011110111011101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF868; }

 p { color: rgb(251,248,104); }

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

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

 a { background-color: rgb(251,248,104); }

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

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

 span { border-color: rgb(251,248,104); }

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