Html Css Color HEX #FAE71B Lemon

📋 copy color: '#FAE71B'

red 250 ◦ green 231 ◦ blue 27

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

Shades of Lemon #FAE71B

Tints of Lemon #FAE71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.31%

R = 49.21%
G = 45.47%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAE71B (or 0xFAE71B) is known color: Lemon. HEX triplet: FA, E7 and 1B. RGB value is (250,231,27). Sum of RGB (Red+Green+Blue) = 250+231+27=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 27 (10.94% from 255 or 5.31% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE71B is #0518E4. Grayscale: #D6D6D6. Windows color (decimal): -334053 or 1828858. OLE color: 1828858.

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

Color convert

RGB 250 231 27 -
CMYK 0 0.08 0.89 0.02
HSL 54.89º 0.96% 0.54% -
HSV(B) 54.89º 0.89% 0.98% -
XYZ 68.2 77.55 12.41 -
YUV 213.43 22.79 154.09 -
System Red Green Blue C M Y K H S L
Decimal 250 231 27 0 0.08 0.89 0.02 54.89 0.96 0.54
Hex FA E7 1B 0 8 59 2 37 60 36
Octal 372 347 33 0 10 131 2 67 140 66
Binary 11111010 11100111 11011 0 1000 1011001 10 110111 1100000 110110

Color Harmonies of #FAE71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE71B

Black with #FAE71B

Text Example


Text Example

White with #FAE71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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