Html Css Color HEX #FEDF16 Lemon

📋 copy color: '#FEDF16'

red 254 ◦ green 223 ◦ blue 22

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

Shades of Lemon #FEDF16

Tints of Lemon #FEDF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.69%

 BLUE value IS 22 (8.98% from 255) = 4.41%

R = 50.9%
G = 44.69%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEDF16 (or 0xFEDF16) is known color: Lemon. HEX triplet: FE, DF and 16. RGB value is (254,223,22). Sum of RGB (Red+Green+Blue) = 254+223+22=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 22 (8.98% from 255 or 4.41% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF16 is #0120E9. Grayscale: #D2D2D2. Windows color (decimal): -73962 or 1499134. OLE color: 1499134.

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

Color convert

RGB 254 223 22 -
CMYK 0 0.12 0.91 0.00
HSL 51.98º 0.99% 0.54% -
HSV(B) 51.98º 0.91% 1% -
XYZ 67.41 73.9 11.47 -
YUV 209.36 22.27 159.84 -
System Red Green Blue C M Y K H S L
Decimal 254 223 22 0 0.12 0.91 0.00 51.98 0.99 0.54
Hex FE DF 16 0 C 5B 0 34 63 36
Octal 376 337 26 0 14 133 0 64 143 66
Binary 11111110 11011111 10110 0 1100 1011011 0 110100 1100011 110110

Color Harmonies of #FEDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF16

Black with #FEDF16

Text Example


Text Example

White with #FEDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF16; }

 p { color: rgb(254,223,22); }

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

background-color css

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

 a { background-color: rgb(254,223,22); }

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

border-color css

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

 span { border-color: rgb(254,223,22); }

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