Html Css Color HEX #FADC17 Lemon

📋 copy color: '#FADC17'

red 250 ◦ green 220 ◦ blue 23

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

Shades of Lemon #FADC17

Tints of Lemon #FADC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

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

R = 50.71%
G = 44.62%
B = 4.67%

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

#FADC17 (or 0xFADC17) is known color: Lemon. HEX triplet: FA, DC and 17. RGB value is (250,220,23). Sum of RGB (Red+Green+Blue) = 250+220+23=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 23 (9.38% from 255 or 4.67% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC17 is #0523E8. Grayscale: #CFCFCF. Windows color (decimal): -336873 or 1563898. OLE color: 1563898.

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

Color convert

RGB 250 220 23 -
CMYK 0 0.12 0.91 0.02
HSL 52.07º 0.96% 0.54% -
HSV(B) 52.07º 0.91% 0.98% -
XYZ 65.17 71.57 11.19 -
YUV 206.51 24.44 159.02 -
System Red Green Blue C M Y K H S L
Decimal 250 220 23 0 0.12 0.91 0.02 52.07 0.96 0.54
Hex FA DC 17 0 C 5B 2 34 60 36
Octal 372 334 27 0 14 133 2 64 140 66
Binary 11111010 11011100 10111 0 1100 1011011 10 110100 1100000 110110

Color Harmonies of #FADC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC17

Black with #FADC17

Text Example


Text Example

White with #FADC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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