Html Css Color HEX #FEDF1C Lemon

📋 copy color: '#FEDF1C'

red 254 ◦ green 223 ◦ blue 28

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

Shades of Lemon #FEDF1C

Tints of Lemon #FEDF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.54%

R = 50.3%
G = 44.16%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEDF1C (or 0xFEDF1C) is known color: Lemon. HEX triplet: FE, DF and 1C. RGB value is (254,223,28). Sum of RGB (Red+Green+Blue) = 254+223+28=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 28 (11.33% from 255 or 5.54% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF1C is #0120E3. Grayscale: #D2D2D2. Windows color (decimal): -73956 or 1892350. OLE color: 1892350.

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

Color convert

RGB 254 223 28 -
CMYK 0 0.12 0.89 0.00
HSL 51.77º 0.99% 0.55% -
HSV(B) 51.77º 0.89% 1% -
XYZ 67.47 73.93 11.81 -
YUV 210.04 25.27 159.36 -
System Red Green Blue C M Y K H S L
Decimal 254 223 28 0 0.12 0.89 0.00 51.77 0.99 0.55
Hex FE DF 1C 0 C 59 0 34 63 37
Octal 376 337 34 0 14 131 0 64 143 67
Binary 11111110 11011111 11100 0 1100 1011001 0 110100 1100011 110111

Color Harmonies of #FEDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF1C

Black with #FEDF1C

Text Example


Text Example

White with #FEDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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