Html Css Color HEX #FCFD5B Laser Lemon

📋 copy color: '#FCFD5B'

red 252 ◦ green 253 ◦ blue 91

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

Shades of Laser Lemon #FCFD5B

Tints of Laser Lemon #FCFD5B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.45%

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

R = 42.28%
G = 42.45%
B = 15.27%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCFD5B (or 0xFCFD5B) is known color: Laser Lemon. HEX triplet: FC, FD and 5B. RGB value is (252,253,91). Sum of RGB (Red+Green+Blue) = 252+253+91=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 91 (35.94% from 255 or 15.27% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD5B is #0302A4. Grayscale: #EAEAEA. Windows color (decimal): -197285 or 6028796. OLE color: 6028796.

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

Color convert

RGB 252 253 91 -
CMYK 0.00 0 0.64 0.01
HSL 60.37º 0.98% 0.67% -
HSV(B) 60.37º 0.64% 0.99% -
XYZ 77.16 91.7 23.53 -
YUV 234.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 252 253 91 0.00 0 0.64 0.01 60.37 0.98 0.67
Hex FC FD 5B 0 0 40 1 3C 62 43
Octal 374 375 133 0 0 100 1 74 142 103
Binary 11111100 11111101 1011011 0 0 1000000 1 111100 1100010 1000011

Color Harmonies of #FCFD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD5B

Black with #FCFD5B

Text Example


Text Example

White with #FCFD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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