Html Css Color HEX #FEDB13 Lemon

📋 copy color: '#FEDB13'

red 254 ◦ green 219 ◦ blue 19

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

Shades of Lemon #FEDB13

Tints of Lemon #FEDB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.86%

R = 51.63%
G = 44.51%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEDB13 (or 0xFEDB13) is known color: Lemon. HEX triplet: FE, DB and 13. RGB value is (254,219,19). Sum of RGB (Red+Green+Blue) = 254+219+19=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB13 is #0124EC. Grayscale: #CFCFCF. Windows color (decimal): -74989 or 1301502. OLE color: 1301502.

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

Color convert

RGB 254 219 19 -
CMYK 0 0.14 0.93 0.00
HSL 51.06º 0.99% 0.54% -
HSV(B) 51.06º 0.93% 1% -
XYZ 66.32 71.78 10.98 -
YUV 206.67 22.1 161.76 -
System Red Green Blue C M Y K H S L
Decimal 254 219 19 0 0.14 0.93 0.00 51.06 0.99 0.54
Hex FE DB 13 0 E 5D 0 33 63 36
Octal 376 333 23 0 16 135 0 63 143 66
Binary 11111110 11011011 10011 0 1110 1011101 0 110011 1100011 110110

Color Harmonies of #FEDB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB13

Black with #FEDB13

Text Example


Text Example

White with #FEDB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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