Html Css Color HEX #FAE422 Lemon

📋 copy color: '#FAE422'

red 250 ◦ green 228 ◦ blue 34

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

Shades of Lemon #FAE422

Tints of Lemon #FAE422

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.53%

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

R = 48.83%
G = 44.53%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAE422 (or 0xFAE422) is known color: Lemon. HEX triplet: FA, E4 and 22. RGB value is (250,228,34). Sum of RGB (Red+Green+Blue) = 250+228+34=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 34 (13.67% from 255 or 6.64% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE422 is #051BDD. Grayscale: #D5D5D5. Windows color (decimal): -334814 or 2286842. OLE color: 2286842.

HSL color Cylindrical-coordinate representation of color #FAE422: hue angle of 53.89º 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 #FAE422 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 228 34 -
CMYK 0 0.09 0.86 0.02
HSL 53.89º 0.96% 0.56% -
HSV(B) 53.89º 0.86% 0.98% -
XYZ 67.46 75.93 12.61 -
YUV 212.46 27.29 154.77 -
System Red Green Blue C M Y K H S L
Decimal 250 228 34 0 0.09 0.86 0.02 53.89 0.96 0.56
Hex FA E4 22 0 9 56 2 36 60 38
Octal 372 344 42 0 11 126 2 66 140 70
Binary 11111010 11100100 100010 0 1001 1010110 10 110110 1100000 111000

Color Harmonies of #FAE422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE422

Black with #FAE422

Text Example


Text Example

White with #FAE422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE422; }

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

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

background-color css

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

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

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

border-color css

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

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

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