Html Css Color HEX #FADD17 Lemon

📋 copy color: '#FADD17'

red 250 ◦ green 221 ◦ blue 23

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

Shades of Lemon #FADD17

Tints of Lemon #FADD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.66%

R = 50.61%
G = 44.74%
B = 4.66%

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

#FADD17 (or 0xFADD17) is known color: Lemon. HEX triplet: FA, DD and 17. RGB value is (250,221,23). Sum of RGB (Red+Green+Blue) = 250+221+23=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 23 (9.38% from 255 or 4.66% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD17 is #0522E8. Grayscale: #CFCFCF. Windows color (decimal): -336617 or 1564154. OLE color: 1564154.

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

Color convert

RGB 250 221 23 -
CMYK 0 0.12 0.91 0.02
HSL 52.33º 0.96% 0.54% -
HSV(B) 52.33º 0.91% 0.98% -
XYZ 65.44 72.1 11.28 -
YUV 207.1 24.11 158.6 -
System Red Green Blue C M Y K H S L
Decimal 250 221 23 0 0.12 0.91 0.02 52.33 0.96 0.54
Hex FA DD 17 0 C 5B 2 34 60 36
Octal 372 335 27 0 14 133 2 64 140 66
Binary 11111010 11011101 10111 0 1100 1011011 10 110100 1100000 110110

Color Harmonies of #FADD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD17

Black with #FADD17

Text Example


Text Example

White with #FADD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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