Html Css Color HEX #FADD1E Lemon

📋 copy color: '#FADD1E'

red 250 ◦ green 221 ◦ blue 30

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

Shades of Lemon #FADD1E

Tints of Lemon #FADD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.99%

R = 49.9%
G = 44.11%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FADD1E (or 0xFADD1E) is known color: Lemon. HEX triplet: FA, DD and 1E. RGB value is (250,221,30). Sum of RGB (Red+Green+Blue) = 250+221+30=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD1E is #0522E1. Grayscale: #D0D0D0. Windows color (decimal): -336610 or 2022906. OLE color: 2022906.

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

Color convert

RGB 250 221 30 -
CMYK 0 0.12 0.88 0.02
HSL 52.09º 0.96% 0.55% -
HSV(B) 52.09º 0.88% 0.98% -
XYZ 65.52 72.13 11.7 -
YUV 207.9 27.61 158.03 -
System Red Green Blue C M Y K H S L
Decimal 250 221 30 0 0.12 0.88 0.02 52.09 0.96 0.55
Hex FA DD 1E 0 C 58 2 34 60 37
Octal 372 335 36 0 14 130 2 64 140 67
Binary 11111010 11011101 11110 0 1100 1011000 10 110100 1100000 110111

Color Harmonies of #FADD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD1E

Black with #FADD1E

Text Example


Text Example

White with #FADD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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