Html Css Color HEX #FEDE0E Lemon

📋 copy color: '#FEDE0E'

red 254 ◦ green 222 ◦ blue 14

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

Shades of Lemon #FEDE0E

Tints of Lemon #FEDE0E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

 BLUE value IS 14 (5.86% from 255) = 2.86%

R = 51.84%
G = 45.31%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEDE0E (or 0xFEDE0E) is known color: Lemon. HEX triplet: FE, DE and 0E. RGB value is (254,222,14). Sum of RGB (Red+Green+Blue) = 254+222+14=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 14 (5.86% from 255 or 2.86% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE0E is #0121F1. Grayscale: #D0D0D0. Windows color (decimal): -74226 or 974590. OLE color: 974590.

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

Color convert

RGB 254 222 14 -
CMYK 0 0.13 0.94 0.00
HSL 52º 0.99% 0.53% -
HSV(B) 52º 0.94% 1% -
XYZ 67.07 73.35 11.04 -
YUV 207.86 18.6 160.91 -
System Red Green Blue C M Y K H S L
Decimal 254 222 14 0 0.13 0.94 0.00 52 0.99 0.53
Hex FE DE E 0 D 5E 0 34 63 35
Octal 376 336 16 0 15 136 0 64 143 65
Binary 11111110 11011110 1110 0 1101 1011110 0 110100 1100011 110101

Color Harmonies of #FEDE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE0E

Black with #FEDE0E

Text Example


Text Example

White with #FEDE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE0E; }

 p { color: rgb(254,222,14); }

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

background-color css

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

 a { background-color: rgb(254,222,14); }

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

border-color css

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

 span { border-color: rgb(254,222,14); }

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