Html Css Color HEX #FCFD5A Laser Lemon

📋 copy color: '#FCFD5A'

red 252 ◦ green 253 ◦ blue 90

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

Shades of Laser Lemon #FCFD5A

Tints of Laser Lemon #FCFD5A

RGB

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

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

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

R = 42.35%
G = 42.52%
B = 15.13%

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

#FCFD5A (or 0xFCFD5A) is known color: Laser Lemon. HEX triplet: FC, FD and 5A. RGB value is (252,253,90). Sum of RGB (Red+Green+Blue) = 252+253+90=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 90 (35.55% from 255 or 15.13% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD5A is #0302A5. Grayscale: #EAEAEA. Windows color (decimal): -197286 or 5963260. OLE color: 5963260.

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

Color convert

RGB 252 253 90 -
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.12 91.68 23.31 -
YUV 234.12 46.67 140.75 -
System Red Green Blue C M Y K H S L
Decimal 252 253 90 0.00 0 0.64 0.01 60.37 0.98 0.67
Hex FC FD 5A 0 0 40 1 3C 62 43
Octal 374 375 132 0 0 100 1 74 142 103
Binary 11111100 11111101 1011010 0 0 1000000 1 111100 1100010 1000011

Color Harmonies of #FCFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD5A

Black with #FCFD5A

Text Example


Text Example

White with #FCFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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