Html Css Color HEX #FAE20A Lemon

📋 copy color: '#FAE20A'

red 250 ◦ green 226 ◦ blue 10

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

Shades of Lemon #FAE20A

Tints of Lemon #FAE20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 51.44%
G = 46.5%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAE20A (or 0xFAE20A) is known color: Lemon. HEX triplet: FA, E2 and 0A. RGB value is (250,226,10). Sum of RGB (Red+Green+Blue) = 250+226+10=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE20A is #051DF5. Grayscale: #D1D1D1. Windows color (decimal): -335350 or 713466. OLE color: 713466.

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

Color convert

RGB 250 226 10 -
CMYK 0 0.10 0.96 0.02
HSL 54º 0.96% 0.51% -
HSV(B) 54º 0.96% 0.98% -
XYZ 66.68 74.74 11.2 -
YUV 208.55 15.95 157.56 -
System Red Green Blue C M Y K H S L
Decimal 250 226 10 0 0.10 0.96 0.02 54 0.96 0.51
Hex FA E2 A 0 A 60 2 36 60 33
Octal 372 342 12 0 12 140 2 66 140 63
Binary 11111010 11100010 1010 0 1010 1100000 10 110110 1100000 110011

Color Harmonies of #FAE20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE20A

Black with #FAE20A

Text Example


Text Example

White with #FAE20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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