Html Css Color HEX #FEFA18 Lemon

📋 copy color: '#FEFA18'

red 254 ◦ green 250 ◦ blue 24

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

Shades of Lemon #FEFA18

Tints of Lemon #FEFA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.55%

R = 48.11%
G = 47.35%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEFA18 (or 0xFEFA18) is known color: Lemon. HEX triplet: FE, FA and 18. RGB value is (254,250,24). Sum of RGB (Red+Green+Blue) = 254+250+24=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 24 (9.77% from 255 or 4.55% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA18 is #0105E7. Grayscale: #E2E2E2. Windows color (decimal): -67048 or 1637118. OLE color: 1637118.

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

Color convert

RGB 254 250 24 -
CMYK 0 0.02 0.91 0.00
HSL 58.96º 0.99% 0.55% -
HSV(B) 58.96º 0.91% 1% -
XYZ 75.22 89.51 14.18 -
YUV 225.43 14.33 148.38 -
System Red Green Blue C M Y K H S L
Decimal 254 250 24 0 0.02 0.91 0.00 58.96 0.99 0.55
Hex FE FA 18 0 2 5B 0 3B 63 37
Octal 376 372 30 0 2 133 0 73 143 67
Binary 11111110 11111010 11000 0 10 1011011 0 111011 1100011 110111

Color Harmonies of #FEFA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA18

Black with #FEFA18

Text Example


Text Example

White with #FEFA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA18; }

 p { color: rgb(254,250,24); }

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

background-color css

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

 a { background-color: rgb(254,250,24); }

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

border-color css

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

 span { border-color: rgb(254,250,24); }

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