Html Css Color HEX #FDFC1A Lemon

📋 copy color: '#FDFC1A'

red 253 ◦ green 252 ◦ blue 26

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

Shades of Lemon #FDFC1A

Tints of Lemon #FDFC1A

RGB

 RED value IS 253 (99.22% from 255) = 47.65%

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

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

R = 47.65%
G = 47.46%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDFC1A (or 0xFDFC1A) is known color: Lemon. HEX triplet: FD, FC and 1A. RGB value is (253,252,26). Sum of RGB (Red+Green+Blue) = 253+252+26=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 26 (10.55% from 255 or 4.90% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC1A is #0203E5. Grayscale: #E3E3E3. Windows color (decimal): -132070 or 1768701. OLE color: 1768701.

HSL color Cylindrical-coordinate representation of color #FDFC1A: hue angle of 59.74º degrees, saturation: 0.98, 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 #FDFC1A is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 26 -
CMYK 0 0.00 0.90 0.01
HSL 59.74º 0.98% 0.55% -
HSV(B) 59.74º 0.9% 0.99% -
XYZ 75.5 90.58 14.48 -
YUV 226.54 14.83 146.88 -
System Red Green Blue C M Y K H S L
Decimal 253 252 26 0 0.00 0.90 0.01 59.74 0.98 0.55
Hex FD FC 1A 0 0 5A 1 3C 62 37
Octal 375 374 32 0 0 132 1 74 142 67
Binary 11111101 11111100 11010 0 0 1011010 1 111100 1100010 110111

Color Harmonies of #FDFC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC1A

Black with #FDFC1A

Text Example


Text Example

White with #FDFC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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