Html Css Color HEX #FCFC5B Laser Lemon

📋 copy color: '#FCFC5B'

red 252 ◦ green 252 ◦ blue 91

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

Shades of Laser Lemon #FCFC5B

Tints of Laser Lemon #FCFC5B

RGB

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

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

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

R = 42.35%
G = 42.35%
B = 15.29%

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

#FCFC5B (or 0xFCFC5B) is known color: Laser Lemon. HEX triplet: FC, FC and 5B. RGB value is (252,252,91). Sum of RGB (Red+Green+Blue) = 252+252+91=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 91 (35.94% from 255 or 15.29% from 595); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC5B is #0303A4. Grayscale: #EAEAEA. Windows color (decimal): -197541 or 6028540. OLE color: 6028540.

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

Color convert

RGB 252 252 91 -
CMYK 0 0 0.64 0.01
HSL 60º 0.96% 0.67% -
HSV(B) 60º 0.64% 0.99% -
XYZ 76.84 91.07 23.43 -
YUV 233.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 252 252 91 0 0 0.64 0.01 60 0.96 0.67
Hex FC FC 5B 0 0 40 1 3C 60 43
Octal 374 374 133 0 0 100 1 74 140 103
Binary 11111100 11111100 1011011 0 0 1000000 1 111100 1100000 1000011

Color Harmonies of #FCFC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC5B

Black with #FCFC5B

Text Example


Text Example

White with #FCFC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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