Html Css Color HEX #FCFF5F Laser Lemon

📋 copy color: '#FCFF5F'

red 252 ◦ green 255 ◦ blue 95

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

Shades of Laser Lemon #FCFF5F

Tints of Laser Lemon #FCFF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 15.78%

R = 41.86%
G = 42.36%
B = 15.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FCFF5F (or 0xFCFF5F) is known color: Laser Lemon. HEX triplet: FC, FF and 5F. RGB value is (252,255,95). Sum of RGB (Red+Green+Blue) = 252+255+95=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 95 (37.5% from 255 or 15.78% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF5F is #0300A0. Grayscale: #ECECEC. Windows color (decimal): -196769 or 6291452. OLE color: 6291452.

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

Color convert

RGB 252 255 95 -
CMYK 0.01 0 0.63 0
HSL 61.13º 1% 0.69% -
HSV(B) 61.13º 0.63% 1% -
XYZ 77.97 93.04 24.68 -
YUV 235.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 252 255 95 0.01 0 0.63 0 61.13 1 0.69
Hex FC FF 5F 1 0 3F 0 3D 64 45
Octal 374 377 137 1 0 77 0 75 144 105
Binary 11111100 11111111 1011111 1 0 111111 0 111101 1100100 1000101

Color Harmonies of #FCFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF5F

Black with #FCFF5F

Text Example


Text Example

White with #FCFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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