Html Css Color HEX #FAE309 Lemon

📋 copy color: '#FAE309'

red 250 ◦ green 227 ◦ blue 9

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

Shades of Lemon #FAE309

Tints of Lemon #FAE309

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.71%

 BLUE value IS 9 (3.91% from 255) = 1.85%

R = 51.44%
G = 46.71%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAE309 (or 0xFAE309) is known color: Lemon. HEX triplet: FA, E3 and 09. RGB value is (250,227,9). Sum of RGB (Red+Green+Blue) = 250+227+9=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 9 (3.91% from 255 or 1.85% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE309 is #051CF6. Grayscale: #D1D1D1. Windows color (decimal): -335095 or 648186. OLE color: 648186.

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

Color convert

RGB 250 227 9 -
CMYK 0 0.09 0.96 0.02
HSL 54.27º 0.96% 0.51% -
HSV(B) 54.27º 0.96% 0.98% -
XYZ 66.94 75.28 11.26 -
YUV 209.03 15.12 157.23 -
System Red Green Blue C M Y K H S L
Decimal 250 227 9 0 0.09 0.96 0.02 54.27 0.96 0.51
Hex FA E3 9 0 9 60 2 36 60 33
Octal 372 343 11 0 11 140 2 66 140 63
Binary 11111010 11100011 1001 0 1001 1100000 10 110110 1100000 110011

Color Harmonies of #FAE309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE309

Black with #FAE309

Text Example


Text Example

White with #FAE309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE309; }

 p { color: rgb(250,227,9); }

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

background-color css

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

 a { background-color: rgb(250,227,9); }

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

border-color css

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

 span { border-color: rgb(250,227,9); }

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