Html Css Color HEX #FAE910 Lemon

📋 copy color: '#FAE910'

red 250 ◦ green 233 ◦ blue 16

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

Shades of Lemon #FAE910

Tints of Lemon #FAE910

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

 BLUE value IS 16 (6.64% from 255) = 3.21%

R = 50.1%
G = 46.69%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAE910 (or 0xFAE910) is known color: Lemon. HEX triplet: FA, E9 and 10. RGB value is (250,233,16). Sum of RGB (Red+Green+Blue) = 250+233+16=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 16 (6.64% from 255 or 3.21% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE910 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE910 is #0516EF. Grayscale: #D6D6D6. Windows color (decimal): -333552 or 1108474. OLE color: 1108474.

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

Color convert

RGB 250 233 16 -
CMYK 0 0.07 0.94 0.02
HSL 55.64º 0.96% 0.52% -
HSV(B) 55.64º 0.94% 0.98% -
XYZ 68.66 78.64 12.05 -
YUV 213.35 16.63 154.14 -
System Red Green Blue C M Y K H S L
Decimal 250 233 16 0 0.07 0.94 0.02 55.64 0.96 0.52
Hex FA E9 10 0 7 5E 2 38 60 34
Octal 372 351 20 0 7 136 2 70 140 64
Binary 11111010 11101001 10000 0 111 1011110 10 111000 1100000 110100

Color Harmonies of #FAE910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE910

Black with #FAE910

Text Example


Text Example

White with #FAE910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE910; }

 p { color: rgb(250,233,16); }

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

background-color css

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

 a { background-color: rgb(250,233,16); }

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

border-color css

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

 span { border-color: rgb(250,233,16); }

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