Html Css Color HEX #FCFD74 Laser Lemon

📋 copy color: '#FCFD74'

red 252 ◦ green 253 ◦ blue 116

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

Shades of Laser Lemon #FCFD74

Tints of Laser Lemon #FCFD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.68%

R = 40.58%
G = 40.74%
B = 18.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCFD74 (or 0xFCFD74) is known color: Laser Lemon. HEX triplet: FC, FD and 74. RGB value is (252,253,116). Sum of RGB (Red+Green+Blue) = 252+253+116=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 116 (45.70% from 255 or 18.68% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD74 is #03028B. Grayscale: #EDEDED. Windows color (decimal): -197260 or 7667196. OLE color: 7667196.

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

Color convert

RGB 252 253 116 -
CMYK 0.00 0 0.54 0.01
HSL 60.44º 0.97% 0.72% -
HSV(B) 60.44º 0.54% 0.99% -
XYZ 78.42 92.21 30.19 -
YUV 237.08 59.67 138.64 -
System Red Green Blue C M Y K H S L
Decimal 252 253 116 0.00 0 0.54 0.01 60.44 0.97 0.72
Hex FC FD 74 0 0 36 1 3C 61 48
Octal 374 375 164 0 0 66 1 74 141 110
Binary 11111100 11111101 1110100 0 0 110110 1 111100 1100001 1001000

Color Harmonies of #FCFD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD74

Black with #FCFD74

Text Example


Text Example

White with #FCFD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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