Html Css Color HEX #FCFF5B Laser Lemon

📋 copy color: '#FCFF5B'

red 252 ◦ green 255 ◦ blue 91

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

Shades of Laser Lemon #FCFF5B

Tints of Laser Lemon #FCFF5B

RGB

 RED value IS 252 (98.83% from 255) = 42.14%

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

 BLUE value IS 91 (35.94% from 255) = 15.22%

R = 42.14%
G = 42.64%
B = 15.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FCFF5B (or 0xFCFF5B) is known color: Laser Lemon. HEX triplet: FC, FF and 5B. RGB value is (252,255,91). Sum of RGB (Red+Green+Blue) = 252+255+91=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 91 (35.94% from 255 or 15.22% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF5B is #0300A4. Grayscale: #ECECEC. Windows color (decimal): -196773 or 6029308. OLE color: 6029308.

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

Color convert

RGB 252 255 91 -
CMYK 0.01 0 0.64 0
HSL 61.1º 1% 0.68% -
HSV(B) 61.1º 0.64% 1% -
XYZ 77.79 92.97 23.74 -
YUV 235.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 252 255 91 0.01 0 0.64 0 61.1 1 0.68
Hex FC FF 5B 1 0 40 0 3D 64 44
Octal 374 377 133 1 0 100 0 75 144 104
Binary 11111100 11111111 1011011 1 0 1000000 0 111101 1100100 1000100

Color Harmonies of #FCFF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF5B

Black with #FCFF5B

Text Example


Text Example

White with #FCFF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF5B; }

 p { color: rgb(252,255,91); }

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

background-color css

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

 a { background-color: rgb(252,255,91); }

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

border-color css

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

 span { border-color: rgb(252,255,91); }

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