Html Css Color HEX #FCFC5A Laser Lemon

📋 copy color: '#FCFC5A'

red 252 ◦ green 252 ◦ blue 90

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

Shades of Laser Lemon #FCFC5A

Tints of Laser Lemon #FCFC5A

RGB

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

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

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

R = 42.42%
G = 42.42%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCFC5A (or 0xFCFC5A) is known color: Laser Lemon. HEX triplet: FC, FC and 5A. RGB value is (252,252,90). Sum of RGB (Red+Green+Blue) = 252+252+90=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 90 (35.55% from 255 or 15.15% from 594); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC5A is #0303A5. Grayscale: #EAEAEA. Windows color (decimal): -197542 or 5963004. OLE color: 5963004.

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

Color convert

RGB 252 252 90 -
CMYK 0 0 0.64 0.01
HSL 60º 0.96% 0.67% -
HSV(B) 60º 0.64% 0.99% -
XYZ 76.8 91.05 23.2 -
YUV 233.53 47 141.17 -
System Red Green Blue C M Y K H S L
Decimal 252 252 90 0 0 0.64 0.01 60 0.96 0.67
Hex FC FC 5A 0 0 40 1 3C 60 43
Octal 374 374 132 0 0 100 1 74 140 103
Binary 11111100 11111100 1011010 0 0 1000000 1 111100 1100000 1000011

Color Harmonies of #FCFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC5A

Black with #FCFC5A

Text Example


Text Example

White with #FCFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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