Html Css Color HEX #FEF522 Lemon

📋 copy color: '#FEF522'

red 254 ◦ green 245 ◦ blue 34

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

Shades of Lemon #FEF522

Tints of Lemon #FEF522

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.97%

 BLUE value IS 34 (13.67% from 255) = 6.38%

R = 47.65%
G = 45.97%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF522 (or 0xFEF522) is known color: Lemon. HEX triplet: FE, F5 and 22. RGB value is (254,245,34). Sum of RGB (Red+Green+Blue) = 254+245+34=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 34 (13.67% from 255 or 6.38% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF522 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF522 is #010ADD. Grayscale: #E0E0E0. Windows color (decimal): -68318 or 2291198. OLE color: 2291198.

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

Color convert

RGB 254 245 34 -
CMYK 0 0.04 0.87 0.00
HSL 57.55º 0.99% 0.56% -
HSV(B) 57.55º 0.87% 1% -
XYZ 73.81 86.49 14.32 -
YUV 223.64 20.98 149.66 -
System Red Green Blue C M Y K H S L
Decimal 254 245 34 0 0.04 0.87 0.00 57.55 0.99 0.56
Hex FE F5 22 0 4 57 0 3A 63 38
Octal 376 365 42 0 4 127 0 72 143 70
Binary 11111110 11110101 100010 0 100 1010111 0 111010 1100011 111000

Color Harmonies of #FEF522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF522

Black with #FEF522

Text Example


Text Example

White with #FEF522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF522; }

 p { color: rgb(254,245,34); }

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

background-color css

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

 a { background-color: rgb(254,245,34); }

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

border-color css

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

 span { border-color: rgb(254,245,34); }

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