Html Css Color HEX #FEFD1A Lemon

📋 copy color: '#FEFD1A'

red 254 ◦ green 253 ◦ blue 26

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

Shades of Lemon #FEFD1A

Tints of Lemon #FEFD1A

RGB

 RED value IS 254 (99.61% from 255) = 47.65%

 GREEN value IS 253 (99.22% from 255) = 47.47%

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

R = 47.65%
G = 47.47%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEFD1A (or 0xFEFD1A) is known color: Lemon. HEX triplet: FE, FD and 1A. RGB value is (254,253,26). Sum of RGB (Red+Green+Blue) = 254+253+26=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 26 (10.55% from 255 or 4.88% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD1A is #0102E5. Grayscale: #E4E4E4. Windows color (decimal): -66278 or 1768958. OLE color: 1768958.

HSL color Cylindrical-coordinate representation of color #FEFD1A: hue angle of 59.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEFD1A is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 26 -
CMYK 0 0.00 0.90 0.00
HSL 59.74º 0.99% 0.55% -
HSV(B) 59.74º 0.9% 1% -
XYZ 76.18 91.4 14.6 -
YUV 227.42 14.33 146.96 -
System Red Green Blue C M Y K H S L
Decimal 254 253 26 0 0.00 0.90 0.00 59.74 0.99 0.55
Hex FE FD 1A 0 0 5A 0 3C 63 37
Octal 376 375 32 0 0 132 0 74 143 67
Binary 11111110 11111101 11010 0 0 1011010 0 111100 1100011 110111

Color Harmonies of #FEFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD1A

Black with #FEFD1A

Text Example


Text Example

White with #FEFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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