Html Css Color HEX #FCFC1B Lemon

📋 copy color: '#FCFC1B'

red 252 ◦ green 252 ◦ blue 27

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

Shades of Lemon #FCFC1B

Tints of Lemon #FCFC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.08%

R = 47.46%
G = 47.46%
B = 5.08%

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

#FCFC1B (or 0xFCFC1B) is known color: Lemon. HEX triplet: FC, FC and 1B. RGB value is (252,252,27). Sum of RGB (Red+Green+Blue) = 252+252+27=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 27 (10.94% from 255 or 5.08% from 531); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC1B is #0303E4. Grayscale: #E3E3E3. Windows color (decimal): -197605 or 1834236. OLE color: 1834236.

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

Color convert

RGB 252 252 27 -
CMYK 0 0 0.89 0.01
HSL 60º 0.97% 0.55% -
HSV(B) 60º 0.89% 0.99% -
XYZ 75.15 90.4 14.52 -
YUV 226.35 15.5 146.3 -
System Red Green Blue C M Y K H S L
Decimal 252 252 27 0 0 0.89 0.01 60 0.97 0.55
Hex FC FC 1B 0 0 59 1 3C 61 37
Octal 374 374 33 0 0 131 1 74 141 67
Binary 11111100 11111100 11011 0 0 1011001 1 111100 1100001 110111

Color Harmonies of #FCFC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC1B

Black with #FCFC1B

Text Example


Text Example

White with #FCFC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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