Html Css Color HEX #FADD16 Lemon

📋 copy color: '#FADD16'

red 250 ◦ green 221 ◦ blue 22

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

Shades of Lemon #FADD16

Tints of Lemon #FADD16

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

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

R = 50.71%
G = 44.83%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FADD16 (or 0xFADD16) is known color: Lemon. HEX triplet: FA, DD and 16. RGB value is (250,221,22). Sum of RGB (Red+Green+Blue) = 250+221+22=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD16 is #0522E9. Grayscale: #CFCFCF. Windows color (decimal): -336618 or 1498618. OLE color: 1498618.

HSL color Cylindrical-coordinate representation of color #FADD16: hue angle of 52.37º 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 #FADD16 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 22 -
CMYK 0 0.12 0.91 0.02
HSL 52.37º 0.96% 0.53% -
HSV(B) 52.37º 0.91% 0.98% -
XYZ 65.43 72.09 11.23 -
YUV 206.99 23.61 158.68 -
System Red Green Blue C M Y K H S L
Decimal 250 221 22 0 0.12 0.91 0.02 52.37 0.96 0.53
Hex FA DD 16 0 C 5B 2 34 60 35
Octal 372 335 26 0 14 133 2 64 140 65
Binary 11111010 11011101 10110 0 1100 1011011 10 110100 1100000 110101

Color Harmonies of #FADD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD16

Black with #FADD16

Text Example


Text Example

White with #FADD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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