Html Css Color HEX #FEDB15 Lemon

📋 copy color: '#FEDB15'

red 254 ◦ green 219 ◦ blue 21

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

Shades of Lemon #FEDB15

Tints of Lemon #FEDB15

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 21 (8.59% from 255) = 4.25%

R = 51.42%
G = 44.33%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEDB15 (or 0xFEDB15) is known color: Lemon. HEX triplet: FE, DB and 15. RGB value is (254,219,21). Sum of RGB (Red+Green+Blue) = 254+219+21=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 21 (8.59% from 255 or 4.25% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB15 is #0124EA. Grayscale: #CFCFCF. Windows color (decimal): -74987 or 1432574. OLE color: 1432574.

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

Color convert

RGB 254 219 21 -
CMYK 0 0.14 0.92 0.00
HSL 50.99º 0.99% 0.54% -
HSV(B) 50.99º 0.92% 1% -
XYZ 66.34 71.79 11.07 -
YUV 206.89 23.1 161.6 -
System Red Green Blue C M Y K H S L
Decimal 254 219 21 0 0.14 0.92 0.00 50.99 0.99 0.54
Hex FE DB 15 0 E 5C 0 33 63 36
Octal 376 333 25 0 16 134 0 63 143 66
Binary 11111110 11011011 10101 0 1110 1011100 0 110011 1100011 110110

Color Harmonies of #FEDB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB15

Black with #FEDB15

Text Example


Text Example

White with #FEDB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB15; }

 p { color: rgb(254,219,21); }

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

background-color css

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

 a { background-color: rgb(254,219,21); }

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

border-color css

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

 span { border-color: rgb(254,219,21); }

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