Html Css Color HEX #FAE713 Lemon

📋 copy color: '#FAE713'

red 250 ◦ green 231 ◦ blue 19

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

Shades of Lemon #FAE713

Tints of Lemon #FAE713

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

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

R = 50%
G = 46.2%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAE713 (or 0xFAE713) is known color: Lemon. HEX triplet: FA, E7 and 13. RGB value is (250,231,19). Sum of RGB (Red+Green+Blue) = 250+231+19=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE713 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE713 is #0518EC. Grayscale: #D5D5D5. Windows color (decimal): -334061 or 1304570. OLE color: 1304570.

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

Color convert

RGB 250 231 19 -
CMYK 0 0.08 0.92 0.02
HSL 55.06º 0.96% 0.53% -
HSV(B) 55.06º 0.92% 0.98% -
XYZ 68.12 77.52 11.99 -
YUV 212.51 18.79 154.74 -
System Red Green Blue C M Y K H S L
Decimal 250 231 19 0 0.08 0.92 0.02 55.06 0.96 0.53
Hex FA E7 13 0 8 5C 2 37 60 35
Octal 372 347 23 0 10 134 2 67 140 65
Binary 11111010 11100111 10011 0 1000 1011100 10 110111 1100000 110101

Color Harmonies of #FAE713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE713

Black with #FAE713

Text Example


Text Example

White with #FAE713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE713; }

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

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

background-color css

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

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

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

border-color css

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

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

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