Html Css Color HEX #FCFF60 Laser Lemon

📋 copy color: '#FCFF60'

red 252 ◦ green 255 ◦ blue 96

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

Shades of Laser Lemon #FCFF60

Tints of Laser Lemon #FCFF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 15.92%

R = 41.79%
G = 42.29%
B = 15.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FCFF60 (or 0xFCFF60) is known color: Laser Lemon. HEX triplet: FC, FF and 60. RGB value is (252,255,96). Sum of RGB (Red+Green+Blue) = 252+255+96=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 96 (37.89% from 255 or 15.92% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF60 is #03009F. Grayscale: #ECECEC. Windows color (decimal): -196768 or 6356988. OLE color: 6356988.

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

Color convert

RGB 252 255 96 -
CMYK 0.01 0 0.62 0
HSL 61.13º 1% 0.69% -
HSV(B) 61.13º 0.62% 1% -
XYZ 78.02 93.06 24.92 -
YUV 235.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 252 255 96 0.01 0 0.62 0 61.13 1 0.69
Hex FC FF 60 1 0 3E 0 3D 64 45
Octal 374 377 140 1 0 76 0 75 144 105
Binary 11111100 11111111 1100000 1 0 111110 0 111101 1100100 1000101

Color Harmonies of #FCFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF60

Black with #FCFF60

Text Example


Text Example

White with #FCFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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