Html Css Color HEX #FCFF5C Laser Lemon

📋 copy color: '#FCFF5C'

red 252 ◦ green 255 ◦ blue 92

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

Shades of Laser Lemon #FCFF5C

Tints of Laser Lemon #FCFF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.36%

R = 42.07%
G = 42.57%
B = 15.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FCFF5C (or 0xFCFF5C) is known color: Laser Lemon. HEX triplet: FC, FF and 5C. RGB value is (252,255,92). Sum of RGB (Red+Green+Blue) = 252+255+92=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 92 (36.33% from 255 or 15.36% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF5C is #0300A3. Grayscale: #ECECEC. Windows color (decimal): -196772 or 6094844. OLE color: 6094844.

HSL color Cylindrical-coordinate representation of color #FCFF5C: hue angle of 61.1º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCFF5C is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 92 -
CMYK 0.01 0 0.64 0
HSL 61.1º 1% 0.68% -
HSV(B) 61.1º 0.64% 1% -
XYZ 77.84 92.99 23.97 -
YUV 235.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 252 255 92 0.01 0 0.64 0 61.1 1 0.68
Hex FC FF 5C 1 0 40 0 3D 64 44
Octal 374 377 134 1 0 100 0 75 144 104
Binary 11111100 11111111 1011100 1 0 1000000 0 111101 1100100 1000100

Color Harmonies of #FCFF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF5C

Black with #FCFF5C

Text Example


Text Example

White with #FCFF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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