Html Css Color HEX #FEE322 Lemon

📋 copy color: '#FEE322'

red 254 ◦ green 227 ◦ blue 34

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

Shades of Lemon #FEE322

Tints of Lemon #FEE322

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.08%

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

R = 49.32%
G = 44.08%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEE322 (or 0xFEE322) is known color: Lemon. HEX triplet: FE, E3 and 22. RGB value is (254,227,34). Sum of RGB (Red+Green+Blue) = 254+227+34=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 34 (13.67% from 255 or 6.60% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE322 is #011CDD. Grayscale: #D5D5D5. Windows color (decimal): -72926 or 2286590. OLE color: 2286590.

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

Color convert

RGB 254 227 34 -
CMYK 0 0.11 0.87 0.00
HSL 52.64º 0.99% 0.56% -
HSV(B) 52.64º 0.87% 1% -
XYZ 68.63 76.12 12.59 -
YUV 213.07 26.95 157.19 -
System Red Green Blue C M Y K H S L
Decimal 254 227 34 0 0.11 0.87 0.00 52.64 0.99 0.56
Hex FE E3 22 0 B 57 0 35 63 38
Octal 376 343 42 0 13 127 0 65 143 70
Binary 11111110 11100011 100010 0 1011 1010111 0 110101 1100011 111000

Color Harmonies of #FEE322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE322

Black with #FEE322

Text Example


Text Example

White with #FEE322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE322; }

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

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

background-color css

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

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

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

border-color css

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

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

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