Html Css Color HEX #FCFA1D Lemon

📋 copy color: '#FCFA1D'

red 252 ◦ green 250 ◦ blue 29

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

Shades of Lemon #FCFA1D

Tints of Lemon #FCFA1D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.08%

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

R = 47.46%
G = 47.08%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCFA1D (or 0xFCFA1D) is known color: Lemon. HEX triplet: FC, FA and 1D. RGB value is (252,250,29). Sum of RGB (Red+Green+Blue) = 252+250+29=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 29 (11.72% from 255 or 5.46% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA1D is #0305E2. Grayscale: #E2E2E2. Windows color (decimal): -198115 or 1964796. OLE color: 1964796.

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

Color convert

RGB 252 250 29 -
CMYK 0 0.01 0.88 0.01
HSL 59.46º 0.97% 0.55% -
HSV(B) 59.46º 0.88% 0.99% -
XYZ 74.55 89.16 14.44 -
YUV 225.4 17.16 146.97 -
System Red Green Blue C M Y K H S L
Decimal 252 250 29 0 0.01 0.88 0.01 59.46 0.97 0.55
Hex FC FA 1D 0 1 58 1 3B 61 37
Octal 374 372 35 0 1 130 1 73 141 67
Binary 11111100 11111010 11101 0 1 1011000 1 111011 1100001 110111

Color Harmonies of #FCFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA1D

Black with #FCFA1D

Text Example


Text Example

White with #FCFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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