#FBF968

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

Shades of Laser Lemon #FBF968

Tints of Laser Lemon #FBF968

Color information

#FBF968 (or 0xFBF968) is unknown color: approx Laser Lemon. HEX triplet: FB, F9 and 68. RGB value is (251,249,104). Sum of RGB (Red+Green+Blue) = 251+249+104=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 104 (41.02% from 255 or 17.22% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF968 is #040697. Grayscale: #E9E9E9. Windows color (decimal): -263832 or 6879739. OLE color: 6879739.

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

Color convert

RGB251249104-
CMYK00.010.590.02
HSL59.18º94.84%69.61%-
HSV(B)59.18º58.57%98.43%-
XYZ76.1689.2626.31-
YUV233.0755.16140.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 249 (97.66% from 255) = 41.23%
BLUE value IS 104 (41.02% from 255) = 17.22%
R=41.56%
G=41.23%
B=17.22%

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
Decimal25124910400.010.590.0259.1894.8469.61
HexFBF968013B23b5f46
Octal3733711500173273137106
Binary11111011111110011101000011110111011101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF968; }

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

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

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

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

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

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

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

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