Html Css Color HEX #FAE623 Lemon

📋 copy color: '#FAE623'

red 250 ◦ green 230 ◦ blue 35

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

Shades of Lemon #FAE623

Tints of Lemon #FAE623

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.66%

 BLUE value IS 35 (14.06% from 255) = 6.8%

R = 48.54%
G = 44.66%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAE623 (or 0xFAE623) is known color: Lemon. HEX triplet: FA, E6 and 23. RGB value is (250,230,35). Sum of RGB (Red+Green+Blue) = 250+230+35=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 35 (14.06% from 255 or 6.80% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE623 is #0519DC. Grayscale: #D6D6D6. Windows color (decimal): -334301 or 2352890. OLE color: 2352890.

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

Color convert

RGB 250 230 35 -
CMYK 0 0.08 0.86 0.02
HSL 54.42º 0.96% 0.56% -
HSV(B) 54.42º 0.86% 0.98% -
XYZ 68.02 77.04 12.87 -
YUV 213.75 27.13 153.86 -
System Red Green Blue C M Y K H S L
Decimal 250 230 35 0 0.08 0.86 0.02 54.42 0.96 0.56
Hex FA E6 23 0 8 56 2 36 60 38
Octal 372 346 43 0 10 126 2 66 140 70
Binary 11111010 11100110 100011 0 1000 1010110 10 110110 1100000 111000

Color Harmonies of #FAE623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE623

Black with #FAE623

Text Example


Text Example

White with #FAE623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE623; }

 p { color: rgb(250,230,35); }

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

background-color css

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

 a { background-color: rgb(250,230,35); }

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

border-color css

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

 span { border-color: rgb(250,230,35); }

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