Html Css Color HEX #FAE91B Lemon

📋 copy color: '#FAE91B'

red 250 ◦ green 233 ◦ blue 27

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

Shades of Lemon #FAE91B

Tints of Lemon #FAE91B

RGB

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

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

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

R = 49.02%
G = 45.69%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAE91B (or 0xFAE91B) is known color: Lemon. HEX triplet: FA, E9 and 1B. RGB value is (250,233,27). Sum of RGB (Red+Green+Blue) = 250+233+27=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 27 (10.94% from 255 or 5.29% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE91B is #0516E4. Grayscale: #D7D7D7. Windows color (decimal): -333541 or 1829370. OLE color: 1829370.

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

Color convert

RGB 250 233 27 -
CMYK 0 0.07 0.89 0.02
HSL 55.43º 0.96% 0.54% -
HSV(B) 55.43º 0.89% 0.98% -
XYZ 68.76 78.68 12.6 -
YUV 214.6 22.13 153.25 -
System Red Green Blue C M Y K H S L
Decimal 250 233 27 0 0.07 0.89 0.02 55.43 0.96 0.54
Hex FA E9 1B 0 7 59 2 37 60 36
Octal 372 351 33 0 7 131 2 67 140 66
Binary 11111010 11101001 11011 0 111 1011001 10 110111 1100000 110110

Color Harmonies of #FAE91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE91B

Black with #FAE91B

Text Example


Text Example

White with #FAE91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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