Html Css Color HEX #FADE1A Lemon

📋 copy color: '#FADE1A'

red 250 ◦ green 222 ◦ blue 26

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

Shades of Lemon #FADE1A

Tints of Lemon #FADE1A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

 BLUE value IS 26 (10.55% from 255) = 5.22%

R = 50.2%
G = 44.58%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FADE1A (or 0xFADE1A) is known color: Lemon. HEX triplet: FA, DE and 1A. RGB value is (250,222,26). Sum of RGB (Red+Green+Blue) = 250+222+26=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 26 (10.55% from 255 or 5.22% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE1A is #0521E5. Grayscale: #D0D0D0. Windows color (decimal): -336358 or 1761018. OLE color: 1761018.

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

Color convert

RGB 250 222 26 -
CMYK 0 0.11 0.90 0.02
HSL 52.5º 0.96% 0.54% -
HSV(B) 52.5º 0.9% 0.98% -
XYZ 65.73 72.64 11.53 -
YUV 208.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 250 222 26 0 0.11 0.90 0.02 52.5 0.96 0.54
Hex FA DE 1A 0 B 5A 2 34 60 36
Octal 372 336 32 0 13 132 2 64 140 66
Binary 11111010 11011110 11010 0 1011 1011010 10 110100 1100000 110110

Color Harmonies of #FADE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE1A

Black with #FADE1A

Text Example


Text Example

White with #FADE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE1A; }

 p { color: rgb(250,222,26); }

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

background-color css

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

 a { background-color: rgb(250,222,26); }

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

border-color css

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

 span { border-color: rgb(250,222,26); }

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