Html Css Color HEX #FADE16 Lemon

📋 copy color: '#FADE16'

red 250 ◦ green 222 ◦ blue 22

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

Shades of Lemon #FADE16

Tints of Lemon #FADE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.45%

R = 50.61%
G = 44.94%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FADE16 (or 0xFADE16) is known color: Lemon. HEX triplet: FA, DE and 16. RGB value is (250,222,22). Sum of RGB (Red+Green+Blue) = 250+222+22=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 22 (8.98% from 255 or 4.45% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE16 is #0521E9. Grayscale: #D0D0D0. Windows color (decimal): -336362 or 1498874. OLE color: 1498874.

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

Color convert

RGB 250 222 22 -
CMYK 0 0.11 0.91 0.02
HSL 52.63º 0.96% 0.53% -
HSV(B) 52.63º 0.91% 0.98% -
XYZ 65.69 72.62 11.31 -
YUV 207.57 23.28 158.26 -
System Red Green Blue C M Y K H S L
Decimal 250 222 22 0 0.11 0.91 0.02 52.63 0.96 0.53
Hex FA DE 16 0 B 5B 2 35 60 35
Octal 372 336 26 0 13 133 2 65 140 65
Binary 11111010 11011110 10110 0 1011 1011011 10 110101 1100000 110101

Color Harmonies of #FADE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE16

Black with #FADE16

Text Example


Text Example

White with #FADE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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