Html Css Color HEX #FEDF13 Lemon

📋 copy color: '#FEDF13'

red 254 ◦ green 223 ◦ blue 19

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

Shades of Lemon #FEDF13

Tints of Lemon #FEDF13

RGB

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

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

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

R = 51.21%
G = 44.96%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEDF13 (or 0xFEDF13) is known color: Lemon. HEX triplet: FE, DF and 13. RGB value is (254,223,19). Sum of RGB (Red+Green+Blue) = 254+223+19=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 19 (7.81% from 255 or 3.83% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF13 is #0120EC. Grayscale: #D1D1D1. Windows color (decimal): -73965 or 1302526. OLE color: 1302526.

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

Color convert

RGB 254 223 19 -
CMYK 0 0.12 0.93 0.00
HSL 52.09º 0.99% 0.54% -
HSV(B) 52.09º 0.93% 1% -
XYZ 67.38 73.89 11.33 -
YUV 209.01 20.77 160.09 -
System Red Green Blue C M Y K H S L
Decimal 254 223 19 0 0.12 0.93 0.00 52.09 0.99 0.54
Hex FE DF 13 0 C 5D 0 34 63 36
Octal 376 337 23 0 14 135 0 64 143 66
Binary 11111110 11011111 10011 0 1100 1011101 0 110100 1100011 110110

Color Harmonies of #FEDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF13

Black with #FEDF13

Text Example


Text Example

White with #FEDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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