Html Css Color HEX #FBFC5D Laser Lemon

📋 copy color: '#FBFC5D'

red 251 ◦ green 252 ◦ blue 93

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

Shades of Laser Lemon #FBFC5D

Tints of Laser Lemon #FBFC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.28%

 BLUE value IS 93 (36.72% from 255) = 15.6%

R = 42.11%
G = 42.28%
B = 15.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FBFC5D (or 0xFBFC5D) is known color: Laser Lemon. HEX triplet: FB, FC and 5D. RGB value is (251,252,93). Sum of RGB (Red+Green+Blue) = 251+252+93=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 93 (36.72% from 255 or 15.60% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC5D is #0403A2. Grayscale: #EAEAEA. Windows color (decimal): -263075 or 6159611. OLE color: 6159611.

HSL color Cylindrical-coordinate representation of color #FBFC5D: hue angle of 60.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBFC5D is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 252 93 -
CMYK 0.00 0 0.63 0.01
HSL 60.38º 0.96% 0.68% -
HSV(B) 60.38º 0.63% 0.99% -
XYZ 76.57 90.92 23.87 -
YUV 233.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 251 252 93 0.00 0 0.63 0.01 60.38 0.96 0.68
Hex FB FC 5D 0 0 3F 1 3C 60 44
Octal 373 374 135 0 0 77 1 74 140 104
Binary 11111011 11111100 1011101 0 0 111111 1 111100 1100000 1000100

Color Harmonies of #FBFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC5D

Black with #FBFC5D

Text Example


Text Example

White with #FBFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC5D; }

 p { color: rgb(251,252,93); }

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

background-color css

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

 a { background-color: rgb(251,252,93); }

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

border-color css

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

 span { border-color: rgb(251,252,93); }

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