Html Css Color HEX #FAE313 Lemon

📋 copy color: '#FAE313'

red 250 ◦ green 227 ◦ blue 19

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

Shades of Lemon #FAE313

Tints of Lemon #FAE313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.83%

R = 50.4%
G = 45.77%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAE313 (or 0xFAE313) is known color: Lemon. HEX triplet: FA, E3 and 13. RGB value is (250,227,19). Sum of RGB (Red+Green+Blue) = 250+227+19=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 19 (7.81% from 255 or 3.83% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE313 is #051CEC. Grayscale: #D3D3D3. Windows color (decimal): -335085 or 1303546. OLE color: 1303546.

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

Color convert

RGB 250 227 19 -
CMYK 0 0.09 0.92 0.02
HSL 54.03º 0.96% 0.53% -
HSV(B) 54.03º 0.92% 0.98% -
XYZ 67.01 75.31 11.62 -
YUV 210.17 20.12 156.41 -
System Red Green Blue C M Y K H S L
Decimal 250 227 19 0 0.09 0.92 0.02 54.03 0.96 0.53
Hex FA E3 13 0 9 5C 2 36 60 35
Octal 372 343 23 0 11 134 2 66 140 65
Binary 11111010 11100011 10011 0 1001 1011100 10 110110 1100000 110101

Color Harmonies of #FAE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE313

Black with #FAE313

Text Example


Text Example

White with #FAE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE313; }

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

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

background-color css

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

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

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

border-color css

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

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

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