#FBFD5A

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

Shades of Laser Lemon #FBFD5A

Tints of Laser Lemon #FBFD5A

Color information

#FBFD5A (or 0xFBFD5A) is unknown color: approx Laser Lemon. HEX triplet: FB, FD and 5A. RGB value is (251,253,90). Sum of RGB (Red+Green+Blue) = 251+253+90=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 90 (35.55% from 255 or 15.15% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFD5A is #0402A5. Grayscale: #EAEAEA. Windows color (decimal): -262822 or 5963259. OLE color: 5963259.

HSL color Cylindrical-coordinate representation of color #FBFD5A: hue angle of 60.74º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBFD5A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25125390-
CMYK0.0100.640.01
HSL60.74º97.6%67.25%-
HSV(B)60.74º64.43%99.22%-
XYZ76.7591.523.29-
YUV233.8246.84140.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 253 (99.22% from 255) = 42.59%
BLUE value IS 90 (35.55% from 255) = 15.15%
R=42.26%
G=42.59%
B=15.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251253900.0100.640.0160.7497.667.25
HexFBFD5A104013d6243
Octal37337513210100175142103
Binary11111011111111011011010101000000111110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFD5A; }

 p { color: rgb(251,253,90); }

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

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

 a { background-color: rgb(251,253,90); }

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

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

 span { border-color: rgb(251,253,90); }

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