Html Css Color HEX #FADD18 Lemon

📋 copy color: '#FADD18'

red 250 ◦ green 221 ◦ blue 24

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

Shades of Lemon #FADD18

Tints of Lemon #FADD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.85%

R = 50.51%
G = 44.65%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FADD18 (or 0xFADD18) is known color: Lemon. HEX triplet: FA, DD and 18. RGB value is (250,221,24). Sum of RGB (Red+Green+Blue) = 250+221+24=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 24 (9.77% from 255 or 4.85% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD18 is #0522E7. Grayscale: #D0D0D0. Windows color (decimal): -336616 or 1629690. OLE color: 1629690.

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

Color convert

RGB 250 221 24 -
CMYK 0 0.12 0.90 0.02
HSL 52.3º 0.96% 0.54% -
HSV(B) 52.3º 0.9% 0.98% -
XYZ 65.45 72.1 11.33 -
YUV 207.21 24.61 158.52 -
System Red Green Blue C M Y K H S L
Decimal 250 221 24 0 0.12 0.90 0.02 52.3 0.96 0.54
Hex FA DD 18 0 C 5A 2 34 60 36
Octal 372 335 30 0 14 132 2 64 140 66
Binary 11111010 11011101 11000 0 1100 1011010 10 110100 1100000 110110

Color Harmonies of #FADD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD18

Black with #FADD18

Text Example


Text Example

White with #FADD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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