Html Css Color HEX #FCFF5A Laser Lemon

📋 copy color: '#FCFF5A'

red 252 ◦ green 255 ◦ blue 90

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

Shades of Laser Lemon #FCFF5A

Tints of Laser Lemon #FCFF5A

RGB

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

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

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

R = 42.21%
G = 42.71%
B = 15.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FCFF5A (or 0xFCFF5A) is known color: Laser Lemon. HEX triplet: FC, FF and 5A. RGB value is (252,255,90). Sum of RGB (Red+Green+Blue) = 252+255+90=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 90 (35.55% from 255 or 15.08% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF5A is #0300A5. Grayscale: #EBEBEB. Windows color (decimal): -196774 or 5963772. OLE color: 5963772.

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

Color convert

RGB 252 255 90 -
CMYK 0.01 0 0.65 0
HSL 61.09º 1% 0.68% -
HSV(B) 61.09º 0.65% 1% -
XYZ 77.75 92.95 23.52 -
YUV 235.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 252 255 90 0.01 0 0.65 0 61.09 1 0.68
Hex FC FF 5A 1 0 41 0 3D 64 44
Octal 374 377 132 1 0 101 0 75 144 104
Binary 11111100 11111111 1011010 1 0 1000001 0 111101 1100100 1000100

Color Harmonies of #FCFF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF5A

Black with #FCFF5A

Text Example


Text Example

White with #FCFF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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