Html Css Color HEX #FCFD1D Lemon

📋 copy color: '#FCFD1D'

red 252 ◦ green 253 ◦ blue 29

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

Shades of Lemon #FCFD1D

Tints of Lemon #FCFD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.43%

R = 47.19%
G = 47.38%
B = 5.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCFD1D (or 0xFCFD1D) is known color: Lemon. HEX triplet: FC, FD and 1D. RGB value is (252,253,29). Sum of RGB (Red+Green+Blue) = 252+253+29=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 29 (11.72% from 255 or 5.43% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD1D is #0302E2. Grayscale: #E4E4E4. Windows color (decimal): -197347 or 1965564. OLE color: 1965564.

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

Color convert

RGB 252 253 29 -
CMYK 0.00 0 0.89 0.01
HSL 60.27º 0.98% 0.55% -
HSV(B) 60.27º 0.89% 0.99% -
XYZ 75.49 91.03 14.76 -
YUV 227.17 16.17 145.71 -
System Red Green Blue C M Y K H S L
Decimal 252 253 29 0.00 0 0.89 0.01 60.27 0.98 0.55
Hex FC FD 1D 0 0 59 1 3C 62 37
Octal 374 375 35 0 0 131 1 74 142 67
Binary 11111100 11111101 11101 0 0 1011001 1 111100 1100010 110111

Color Harmonies of #FCFD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD1D

Black with #FCFD1D

Text Example


Text Example

White with #FCFD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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