Html Css Color HEX #FAE113 Lemon

📋 copy color: '#FAE113'

red 250 ◦ green 225 ◦ blue 19

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

Shades of Lemon #FAE113

Tints of Lemon #FAE113

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 19 (7.81% from 255) = 3.85%

R = 50.61%
G = 45.55%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAE113 (or 0xFAE113) is known color: Lemon. HEX triplet: FA, E1 and 13. RGB value is (250,225,19). Sum of RGB (Red+Green+Blue) = 250+225+19=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 19 (7.81% from 255 or 3.85% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE113 is #051EEC. Grayscale: #D1D1D1. Windows color (decimal): -335597 or 1303034. OLE color: 1303034.

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

Color convert

RGB 250 225 19 -
CMYK 0 0.10 0.92 0.02
HSL 53.51º 0.96% 0.53% -
HSV(B) 53.51º 0.92% 0.98% -
XYZ 66.47 74.22 11.44 -
YUV 208.99 20.78 157.25 -
System Red Green Blue C M Y K H S L
Decimal 250 225 19 0 0.10 0.92 0.02 53.51 0.96 0.53
Hex FA E1 13 0 A 5C 2 36 60 35
Octal 372 341 23 0 12 134 2 66 140 65
Binary 11111010 11100001 10011 0 1010 1011100 10 110110 1100000 110101

Color Harmonies of #FAE113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE113

Black with #FAE113

Text Example


Text Example

White with #FAE113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE113; }

 p { color: rgb(250,225,19); }

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

background-color css

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

 a { background-color: rgb(250,225,19); }

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

border-color css

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

 span { border-color: rgb(250,225,19); }

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