Html Css Color HEX #FEDD14 Lemon

📋 copy color: '#FEDD14'

red 254 ◦ green 221 ◦ blue 20

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

Shades of Lemon #FEDD14

Tints of Lemon #FEDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

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

R = 51.31%
G = 44.65%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEDD14 (or 0xFEDD14) is known color: Lemon. HEX triplet: FE, DD and 14. RGB value is (254,221,20). Sum of RGB (Red+Green+Blue) = 254+221+20=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD14 is #0122EB. Grayscale: #D0D0D0. Windows color (decimal): -74476 or 1367550. OLE color: 1367550.

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

Color convert

RGB 254 221 20 -
CMYK 0 0.13 0.92 0.00
HSL 51.54º 0.99% 0.54% -
HSV(B) 51.54º 0.92% 1% -
XYZ 66.86 72.83 11.2 -
YUV 207.95 21.93 160.84 -
System Red Green Blue C M Y K H S L
Decimal 254 221 20 0 0.13 0.92 0.00 51.54 0.99 0.54
Hex FE DD 14 0 D 5C 0 34 63 36
Octal 376 335 24 0 15 134 0 64 143 66
Binary 11111110 11011101 10100 0 1101 1011100 0 110100 1100011 110110

Color Harmonies of #FEDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD14

Black with #FEDD14

Text Example


Text Example

White with #FEDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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