Html Css Color HEX #FEDF1A Lemon

📋 copy color: '#FEDF1A'

red 254 ◦ green 223 ◦ blue 26

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

Shades of Lemon #FEDF1A

Tints of Lemon #FEDF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.17%

R = 50.5%
G = 44.33%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEDF1A (or 0xFEDF1A) is known color: Lemon. HEX triplet: FE, DF and 1A. RGB value is (254,223,26). Sum of RGB (Red+Green+Blue) = 254+223+26=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF1A is #0120E5. Grayscale: #D2D2D2. Windows color (decimal): -73958 or 1761278. OLE color: 1761278.

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

Color convert

RGB 254 223 26 -
CMYK 0 0.12 0.90 0.00
HSL 51.84º 0.99% 0.55% -
HSV(B) 51.84º 0.9% 1% -
XYZ 67.45 73.92 11.69 -
YUV 209.81 24.27 159.52 -
System Red Green Blue C M Y K H S L
Decimal 254 223 26 0 0.12 0.90 0.00 51.84 0.99 0.55
Hex FE DF 1A 0 C 5A 0 34 63 37
Octal 376 337 32 0 14 132 0 64 143 67
Binary 11111110 11011111 11010 0 1100 1011010 0 110100 1100011 110111

Color Harmonies of #FEDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF1A

Black with #FEDF1A

Text Example


Text Example

White with #FEDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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