Html Css Color HEX #FEFC1C Lemon

📋 copy color: '#FEFC1C'

red 254 ◦ green 252 ◦ blue 28

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

Shades of Lemon #FEFC1C

Tints of Lemon #FEFC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.24%

R = 47.57%
G = 47.19%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEFC1C (or 0xFEFC1C) is known color: Lemon. HEX triplet: FE, FC and 1C. RGB value is (254,252,28). Sum of RGB (Red+Green+Blue) = 254+252+28=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 28 (11.33% from 255 or 5.24% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC1C is #0103E3. Grayscale: #E3E3E3. Windows color (decimal): -66532 or 1899774. OLE color: 1899774.

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

Color convert

RGB 254 252 28 -
CMYK 0 0.01 0.89 0.00
HSL 59.47º 0.99% 0.55% -
HSV(B) 59.47º 0.89% 1% -
XYZ 75.89 90.78 14.62 -
YUV 227.06 15.66 147.21 -
System Red Green Blue C M Y K H S L
Decimal 254 252 28 0 0.01 0.89 0.00 59.47 0.99 0.55
Hex FE FC 1C 0 1 59 0 3B 63 37
Octal 376 374 34 0 1 131 0 73 143 67
Binary 11111110 11111100 11100 0 1 1011001 0 111011 1100011 110111

Color Harmonies of #FEFC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC1C

Black with #FEFC1C

Text Example


Text Example

White with #FEFC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC1C; }

 p { color: rgb(254,252,28); }

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

background-color css

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

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

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

border-color css

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

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

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