Html Css Color HEX #FEDD12 Lemon

📋 copy color: '#FEDD12'

red 254 ◦ green 221 ◦ blue 18

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

Shades of Lemon #FEDD12

Tints of Lemon #FEDD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.65%

R = 51.52%
G = 44.83%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEDD12 (or 0xFEDD12) is known color: Lemon. HEX triplet: FE, DD and 12. RGB value is (254,221,18). Sum of RGB (Red+Green+Blue) = 254+221+18=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 18 (7.42% from 255 or 3.65% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD12 is #0122ED. Grayscale: #D0D0D0. Windows color (decimal): -74478 or 1236478. OLE color: 1236478.

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

Color convert

RGB 254 221 18 -
CMYK 0 0.13 0.93 0.00
HSL 51.61º 0.99% 0.53% -
HSV(B) 51.61º 0.93% 1% -
XYZ 66.84 72.83 11.11 -
YUV 207.73 20.93 161.01 -
System Red Green Blue C M Y K H S L
Decimal 254 221 18 0 0.13 0.93 0.00 51.61 0.99 0.53
Hex FE DD 12 0 D 5D 0 34 63 35
Octal 376 335 22 0 15 135 0 64 143 65
Binary 11111110 11011101 10010 0 1101 1011101 0 110100 1100011 110101

Color Harmonies of #FEDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD12

Black with #FEDD12

Text Example


Text Example

White with #FEDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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