Html Css Color HEX #FCFC1F Lemon

📋 copy color: '#FCFC1F'

red 252 ◦ green 252 ◦ blue 31

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

Shades of Lemon #FCFC1F

Tints of Lemon #FCFC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.79%

R = 47.1%
G = 47.1%
B = 5.79%

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

#FCFC1F (or 0xFCFC1F) is known color: Lemon. HEX triplet: FC, FC and 1F. RGB value is (252,252,31). Sum of RGB (Red+Green+Blue) = 252+252+31=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 31 (12.5% from 255 or 5.79% from 535); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC1F is #0303E0. Grayscale: #E3E3E3. Windows color (decimal): -197601 or 2096380. OLE color: 2096380.

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

Color convert

RGB 252 252 31 -
CMYK 0 0 0.88 0.01
HSL 60º 0.97% 0.55% -
HSV(B) 60º 0.88% 0.99% -
XYZ 75.2 90.42 14.78 -
YUV 226.81 17.5 145.97 -
System Red Green Blue C M Y K H S L
Decimal 252 252 31 0 0 0.88 0.01 60 0.97 0.55
Hex FC FC 1F 0 0 58 1 3C 61 37
Octal 374 374 37 0 0 130 1 74 141 67
Binary 11111100 11111100 11111 0 0 1011000 1 111100 1100001 110111

Color Harmonies of #FCFC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC1F

Black with #FCFC1F

Text Example


Text Example

White with #FCFC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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