Html Css Color HEX #FAE222 Lemon

📋 copy color: '#FAE222'

red 250 ◦ green 226 ◦ blue 34

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

Shades of Lemon #FAE222

Tints of Lemon #FAE222

RGB

 RED value IS 250 (98.05% from 255) = 49.02%

 GREEN value IS 226 (88.67% from 255) = 44.31%

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

R = 49.02%
G = 44.31%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAE222 (or 0xFAE222) is known color: Lemon. HEX triplet: FA, E2 and 22. RGB value is (250,226,34). Sum of RGB (Red+Green+Blue) = 250+226+34=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 34 (13.67% from 255 or 6.67% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE222 is #051DDD. Grayscale: #D4D4D4. Windows color (decimal): -335326 or 2286330. OLE color: 2286330.

HSL color Cylindrical-coordinate representation of color #FAE222: hue angle of 53.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAE222 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 34 -
CMYK 0 0.10 0.86 0.02
HSL 53.33º 0.96% 0.56% -
HSV(B) 53.33º 0.86% 0.98% -
XYZ 66.91 74.83 12.43 -
YUV 211.29 27.95 155.61 -
System Red Green Blue C M Y K H S L
Decimal 250 226 34 0 0.10 0.86 0.02 53.33 0.96 0.56
Hex FA E2 22 0 A 56 2 35 60 38
Octal 372 342 42 0 12 126 2 65 140 70
Binary 11111010 11100010 100010 0 1010 1010110 10 110101 1100000 111000

Color Harmonies of #FAE222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE222

Black with #FAE222

Text Example


Text Example

White with #FAE222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE222; }

 p { color: rgb(250,226,34); }

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

background-color css

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

 a { background-color: rgb(250,226,34); }

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

border-color css

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

 span { border-color: rgb(250,226,34); }

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