Html Css Color HEX #FAE70A Lemon

📋 copy color: '#FAE70A'

red 250 ◦ green 231 ◦ blue 10

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

Shades of Lemon #FAE70A

Tints of Lemon #FAE70A

RGB

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

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

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

R = 50.92%
G = 47.05%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAE70A (or 0xFAE70A) is known color: Lemon. HEX triplet: FA, E7 and 0A. RGB value is (250,231,10). Sum of RGB (Red+Green+Blue) = 250+231+10=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE70A is #0518F5. Grayscale: #D4D4D4. Windows color (decimal): -334070 or 714746. OLE color: 714746.

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

Color convert

RGB 250 231 10 -
CMYK 0 0.08 0.96 0.02
HSL 55.25º 0.96% 0.51% -
HSV(B) 55.25º 0.96% 0.98% -
XYZ 68.06 77.5 11.66 -
YUV 211.49 14.29 155.47 -
System Red Green Blue C M Y K H S L
Decimal 250 231 10 0 0.08 0.96 0.02 55.25 0.96 0.51
Hex FA E7 A 0 8 60 2 37 60 33
Octal 372 347 12 0 10 140 2 67 140 63
Binary 11111010 11100111 1010 0 1000 1100000 10 110111 1100000 110011

Color Harmonies of #FAE70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE70A

Black with #FAE70A

Text Example


Text Example

White with #FAE70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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