Html Css Color HEX #FCFC1D Lemon

📋 copy color: '#FCFC1D'

red 252 ◦ green 252 ◦ blue 29

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

Shades of Lemon #FCFC1D

Tints of Lemon #FCFC1D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.28%

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

R = 47.28%
G = 47.28%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCFC1D (or 0xFCFC1D) is known color: Lemon. HEX triplet: FC, FC and 1D. RGB value is (252,252,29). Sum of RGB (Red+Green+Blue) = 252+252+29=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 29 (11.72% from 255 or 5.44% from 533); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC1D is #0303E2. Grayscale: #E3E3E3. Windows color (decimal): -197603 or 1965308. OLE color: 1965308.

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

Color convert

RGB 252 252 29 -
CMYK 0 0 0.88 0.01
HSL 60º 0.97% 0.55% -
HSV(B) 60º 0.88% 0.99% -
XYZ 75.18 90.4 14.65 -
YUV 226.58 16.5 146.13 -
System Red Green Blue C M Y K H S L
Decimal 252 252 29 0 0 0.88 0.01 60 0.97 0.55
Hex FC FC 1D 0 0 58 1 3C 61 37
Octal 374 374 35 0 0 130 1 74 141 67
Binary 11111100 11111100 11101 0 0 1011000 1 111100 1100001 110111

Color Harmonies of #FCFC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC1D

Black with #FCFC1D

Text Example


Text Example

White with #FCFC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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