Html Css Color HEX #FEEB14 Lemon

📋 copy color: '#FEEB14'

red 254 ◦ green 235 ◦ blue 20

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

Shades of Lemon #FEEB14

Tints of Lemon #FEEB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.17%

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

R = 49.9%
G = 46.17%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEEB14 (or 0xFEEB14) is known color: Lemon. HEX triplet: FE, EB and 14. RGB value is (254,235,20). Sum of RGB (Red+Green+Blue) = 254+235+20=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEB14 is #0114EB. Grayscale: #D9D9D9. Windows color (decimal): -70892 or 1371134. OLE color: 1371134.

HSL color Cylindrical-coordinate representation of color #FEEB14: hue angle of 55.13º 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 #FEEB14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 235 20 -
CMYK 0 0.07 0.92 0.00
HSL 55.13º 0.99% 0.54% -
HSV(B) 55.13º 0.92% 1% -
XYZ 70.71 80.54 12.48 -
YUV 216.17 17.29 154.98 -
System Red Green Blue C M Y K H S L
Decimal 254 235 20 0 0.07 0.92 0.00 55.13 0.99 0.54
Hex FE EB 14 0 7 5C 0 37 63 36
Octal 376 353 24 0 7 134 0 67 143 66
Binary 11111110 11101011 10100 0 111 1011100 0 110111 1100011 110110

Color Harmonies of #FEEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB14

Black with #FEEB14

Text Example


Text Example

White with #FEEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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