Html Css Color HEX #FAE10B Lemon

📋 copy color: '#FAE10B'

red 250 ◦ green 225 ◦ blue 11

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

Shades of Lemon #FAE10B

Tints of Lemon #FAE10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.26%

R = 51.44%
G = 46.3%
B = 2.26%

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

#FAE10B (or 0xFAE10B) is known color: Lemon. HEX triplet: FA, E1 and 0B. RGB value is (250,225,11). Sum of RGB (Red+Green+Blue) = 250+225+11=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 11 (4.69% from 255 or 2.26% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE10B is #051EF4. Grayscale: #D0D0D0. Windows color (decimal): -335605 or 778746. OLE color: 778746.

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

Color convert

RGB 250 225 11 -
CMYK 0 0.10 0.96 0.02
HSL 53.72º 0.96% 0.51% -
HSV(B) 53.72º 0.96% 0.98% -
XYZ 66.41 74.2 11.14 -
YUV 208.08 16.78 157.9 -
System Red Green Blue C M Y K H S L
Decimal 250 225 11 0 0.10 0.96 0.02 53.72 0.96 0.51
Hex FA E1 B 0 A 60 2 36 60 33
Octal 372 341 13 0 12 140 2 66 140 63
Binary 11111010 11100001 1011 0 1010 1100000 10 110110 1100000 110011

Color Harmonies of #FAE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE10B

Black with #FAE10B

Text Example


Text Example

White with #FAE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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