Html Css Color HEX #FCFD70 Laser Lemon

📋 copy color: '#FCFD70'

red 252 ◦ green 253 ◦ blue 112

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

Shades of Laser Lemon #FCFD70

Tints of Laser Lemon #FCFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41%

 BLUE value IS 112 (44.14% from 255) = 18.15%

R = 40.84%
G = 41%
B = 18.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCFD70 (or 0xFCFD70) is known color: Laser Lemon. HEX triplet: FC, FD and 70. RGB value is (252,253,112). Sum of RGB (Red+Green+Blue) = 252+253+112=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 112 (44.14% from 255 or 18.15% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD70 is #03028F. Grayscale: #EDEDED. Windows color (decimal): -197264 or 7405052. OLE color: 7405052.

HSL color Cylindrical-coordinate representation of color #FCFD70: hue angle of 60.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCFD70 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 112 -
CMYK 0.00 0 0.56 0.01
HSL 60.43º 0.97% 0.72% -
HSV(B) 60.43º 0.56% 0.99% -
XYZ 78.19 92.12 28.99 -
YUV 236.63 57.67 138.96 -
System Red Green Blue C M Y K H S L
Decimal 252 253 112 0.00 0 0.56 0.01 60.43 0.97 0.72
Hex FC FD 70 0 0 38 1 3C 61 48
Octal 374 375 160 0 0 70 1 74 141 110
Binary 11111100 11111101 1110000 0 0 111000 1 111100 1100001 1001000

Color Harmonies of #FCFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD70

Black with #FCFD70

Text Example


Text Example

White with #FCFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD70; }

 p { color: rgb(252,253,112); }

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

background-color css

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

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

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

border-color css

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

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

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