#FBF661

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

Shades of Laser Lemon #FBF661

Tints of Laser Lemon #FBF661

Color information

#FBF661 (or 0xFBF661) is unknown color: approx Laser Lemon. HEX triplet: FB, F6 and 61. RGB value is (251,246,97). Sum of RGB (Red+Green+Blue) = 251+246+97=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 97 (38.28% from 255 or 16.33% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF661 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF661 is #04099E. Grayscale: #E7E7E7. Windows color (decimal): -264607 or 6420219. OLE color: 6420219.

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

Color convert

RGB25124697-
CMYK00.020.610.02
HSL58.05º95.06%68.24%-
HSV(B)58.05º61.35%98.43%-
XYZ74.987.2824.21-
YUV230.5152.66142.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 246 (96.48% from 255) = 41.41%
BLUE value IS 97 (38.28% from 255) = 16.33%
R=42.26%
G=41.41%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512469700.020.610.0258.0595.0668.24
HexFBF661023D23a5f44
Octal3733661410275272137104
Binary111110111111011011000010101111011011101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF661; }

 p { color: rgb(251,246,97); }

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

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

 a { background-color: rgb(251,246,97); }

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

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

 span { border-color: rgb(251,246,97); }

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