Html Css Color HEX #FCFC1A Lemon

📋 copy color: '#FCFC1A'

red 252 ◦ green 252 ◦ blue 26

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

Shades of Lemon #FCFC1A

Tints of Lemon #FCFC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 4.91%

R = 47.55%
G = 47.55%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCFC1A (or 0xFCFC1A) is known color: Lemon. HEX triplet: FC, FC and 1A. RGB value is (252,252,26). Sum of RGB (Red+Green+Blue) = 252+252+26=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 26 (10.55% from 255 or 4.91% from 530); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC1A is #0303E5. Grayscale: #E3E3E3. Windows color (decimal): -197606 or 1768700. OLE color: 1768700.

HSL color Cylindrical-coordinate representation of color #FCFC1A: 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.9%. Process color model (Four color, CMYK) of #FCFC1A is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 26 -
CMYK 0 0 0.90 0.01
HSL 60º 0.97% 0.55% -
HSV(B) 60º 0.9% 0.99% -
XYZ 75.14 90.39 14.46 -
YUV 226.24 15 146.38 -
System Red Green Blue C M Y K H S L
Decimal 252 252 26 0 0 0.90 0.01 60 0.97 0.55
Hex FC FC 1A 0 0 5A 1 3C 61 37
Octal 374 374 32 0 0 132 1 74 141 67
Binary 11111100 11111100 11010 0 0 1011010 1 111100 1100001 110111

Color Harmonies of #FCFC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC1A

Black with #FCFC1A

Text Example


Text Example

White with #FCFC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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