Html Css Color HEX #FEFA14 Lemon

📋 copy color: '#FEFA14'

red 254 ◦ green 250 ◦ blue 20

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

Shades of Lemon #FEFA14

Tints of Lemon #FEFA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.82%

R = 48.47%
G = 47.71%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEFA14 (or 0xFEFA14) is known color: Lemon. HEX triplet: FE, FA and 14. RGB value is (254,250,20). Sum of RGB (Red+Green+Blue) = 254+250+20=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 20 (8.20% from 255 or 3.82% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA14 is #0105EB. Grayscale: #E1E1E1. Windows color (decimal): -67052 or 1374974. OLE color: 1374974.

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

Color convert

RGB 254 250 20 -
CMYK 0 0.02 0.92 0.00
HSL 58.97º 0.99% 0.54% -
HSV(B) 58.97º 0.92% 1% -
XYZ 75.18 89.49 13.97 -
YUV 224.98 12.33 148.7 -
System Red Green Blue C M Y K H S L
Decimal 254 250 20 0 0.02 0.92 0.00 58.97 0.99 0.54
Hex FE FA 14 0 2 5C 0 3B 63 36
Octal 376 372 24 0 2 134 0 73 143 66
Binary 11111110 11111010 10100 0 10 1011100 0 111011 1100011 110110

Color Harmonies of #FEFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA14

Black with #FEFA14

Text Example


Text Example

White with #FEFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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