Html Css Color HEX #FAE617 Lemon

📋 copy color: '#FAE617'

red 250 ◦ green 230 ◦ blue 23

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

Shades of Lemon #FAE617

Tints of Lemon #FAE617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.57%

R = 49.7%
G = 45.73%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAE617 (or 0xFAE617) is known color: Lemon. HEX triplet: FA, E6 and 17. RGB value is (250,230,23). Sum of RGB (Red+Green+Blue) = 250+230+23=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 23 (9.38% from 255 or 4.57% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE617 is #0519E8. Grayscale: #D5D5D5. Windows color (decimal): -334313 or 1566458. OLE color: 1566458.

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

Color convert

RGB 250 230 23 -
CMYK 0 0.08 0.91 0.02
HSL 54.71º 0.96% 0.54% -
HSV(B) 54.71º 0.91% 0.98% -
XYZ 67.88 76.98 12.09 -
YUV 212.38 21.13 154.83 -
System Red Green Blue C M Y K H S L
Decimal 250 230 23 0 0.08 0.91 0.02 54.71 0.96 0.54
Hex FA E6 17 0 8 5B 2 37 60 36
Octal 372 346 27 0 10 133 2 67 140 66
Binary 11111010 11100110 10111 0 1000 1011011 10 110111 1100000 110110

Color Harmonies of #FAE617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE617

Black with #FAE617

Text Example


Text Example

White with #FAE617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE617; }

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

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

background-color css

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

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

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

border-color css

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

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

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