Html Css Color HEX #FCFC1C Lemon

📋 copy color: '#FCFC1C'

red 252 ◦ green 252 ◦ blue 28

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

Shades of Lemon #FCFC1C

Tints of Lemon #FCFC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.26%

R = 47.37%
G = 47.37%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCFC1C (or 0xFCFC1C) is known color: Lemon. HEX triplet: FC, FC and 1C. RGB value is (252,252,28). Sum of RGB (Red+Green+Blue) = 252+252+28=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 28 (11.33% from 255 or 5.26% from 532); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC1C is #0303E3. Grayscale: #E3E3E3. Windows color (decimal): -197604 or 1899772. OLE color: 1899772.

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

Color convert

RGB 252 252 28 -
CMYK 0 0 0.89 0.01
HSL 60º 0.97% 0.55% -
HSV(B) 60º 0.89% 0.99% -
XYZ 75.16 90.4 14.59 -
YUV 226.46 16 146.21 -
System Red Green Blue C M Y K H S L
Decimal 252 252 28 0 0 0.89 0.01 60 0.97 0.55
Hex FC FC 1C 0 0 59 1 3C 61 37
Octal 374 374 34 0 0 131 1 74 141 67
Binary 11111100 11111100 11100 0 0 1011001 1 111100 1100001 110111

Color Harmonies of #FCFC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC1C

Black with #FCFC1C

Text Example


Text Example

White with #FCFC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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