Html Css Color HEX #FCFF61 Laser Lemon

📋 copy color: '#FCFF61'

red 252 ◦ green 255 ◦ blue 97

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

Shades of Laser Lemon #FCFF61

Tints of Laser Lemon #FCFF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.06%

R = 41.72%
G = 42.22%
B = 16.06%

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

#FCFF61 (or 0xFCFF61) is known color: Laser Lemon. HEX triplet: FC, FF and 61. RGB value is (252,255,97). Sum of RGB (Red+Green+Blue) = 252+255+97=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 97 (38.28% from 255 or 16.06% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF61 is #03009E. Grayscale: #ECECEC. Windows color (decimal): -196767 or 6422524. OLE color: 6422524.

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

Color convert

RGB 252 255 97 -
CMYK 0.01 0 0.62 0
HSL 61.14º 1% 0.69% -
HSV(B) 61.14º 0.62% 1% -
XYZ 78.06 93.08 25.16 -
YUV 236.09 49.51 139.35 -
System Red Green Blue C M Y K H S L
Decimal 252 255 97 0.01 0 0.62 0 61.14 1 0.69
Hex FC FF 61 1 0 3E 0 3D 64 45
Octal 374 377 141 1 0 76 0 75 144 105
Binary 11111100 11111111 1100001 1 0 111110 0 111101 1100100 1000101

Color Harmonies of #FCFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF61

Black with #FCFF61

Text Example


Text Example

White with #FCFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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