Html Css Color HEX #FBFF5A Laser Lemon

📋 copy color: '#FBFF5A'

red 251 ◦ green 255 ◦ blue 90

#FBFF5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #FBFF5A

Tints of Laser Lemon #FBFF5A

RGB

 RED value IS 251 (98.44% from 255) = 42.11%

 GREEN value IS 255 (100% from 255) = 42.79%

 BLUE value IS 90 (35.55% from 255) = 15.1%

R = 42.11%
G = 42.79%
B = 15.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FBFF5A (or 0xFBFF5A) is known color: Laser Lemon. HEX triplet: FB, FF and 5A. RGB value is (251,255,90). Sum of RGB (Red+Green+Blue) = 251+255+90=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 90 (35.55% from 255 or 15.10% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF5A is #0400A5. Grayscale: #EBEBEB. Windows color (decimal): -262310 or 5963771. OLE color: 5963771.

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

Color convert

RGB 251 255 90 -
CMYK 0.02 0 0.65 0
HSL 61.45º 1% 0.68% -
HSV(B) 61.45º 0.65% 1% -
XYZ 77.39 92.77 23.5 -
YUV 234.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 251 255 90 0.02 0 0.65 0 61.45 1 0.68
Hex FB FF 5A 2 0 41 0 3D 64 44
Octal 373 377 132 2 0 101 0 75 144 104
Binary 11111011 11111111 1011010 10 0 1000001 0 111101 1100100 1000100

Color Harmonies of #FBFF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF5A

Black with #FBFF5A

Text Example


Text Example

White with #FBFF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF5A; }

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

 H1.HeaderClassName
 {
   color: #FBFF5A;
 }
 .AnyTagClassName
 {
   color: #FBFF5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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