Html Css Color HEX #FAE01B Lemon

📋 copy color: '#FAE01B'

red 250 ◦ green 224 ◦ blue 27

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

Shades of Lemon #FAE01B

Tints of Lemon #FAE01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.71%

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

R = 49.9%
G = 44.71%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAE01B (or 0xFAE01B) is known color: Lemon. HEX triplet: FA, E0 and 1B. RGB value is (250,224,27). Sum of RGB (Red+Green+Blue) = 250+224+27=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 27 (10.94% from 255 or 5.39% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE01B is #051FE4. Grayscale: #D2D2D2. Windows color (decimal): -335845 or 1827066. OLE color: 1827066.

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

Color convert

RGB 250 224 27 -
CMYK 0 0.10 0.89 0.02
HSL 53º 0.96% 0.54% -
HSV(B) 53º 0.89% 0.98% -
XYZ 66.28 73.71 11.77 -
YUV 209.32 25.11 157.02 -
System Red Green Blue C M Y K H S L
Decimal 250 224 27 0 0.10 0.89 0.02 53 0.96 0.54
Hex FA E0 1B 0 A 59 2 35 60 36
Octal 372 340 33 0 12 131 2 65 140 66
Binary 11111010 11100000 11011 0 1010 1011001 10 110101 1100000 110110

Color Harmonies of #FAE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE01B

Black with #FAE01B

Text Example


Text Example

White with #FAE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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