Html Css Color HEX #FADC1B Lemon

📋 copy color: '#FADC1B'

red 250 ◦ green 220 ◦ blue 27

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

Shades of Lemon #FADC1B

Tints of Lemon #FADC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.43%

R = 50.3%
G = 44.27%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FADC1B (or 0xFADC1B) is known color: Lemon. HEX triplet: FA, DC and 1B. RGB value is (250,220,27). Sum of RGB (Red+Green+Blue) = 250+220+27=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC1B is #0523E4. Grayscale: #CFCFCF. Windows color (decimal): -336869 or 1826042. OLE color: 1826042.

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

Color convert

RGB 250 220 27 -
CMYK 0 0.12 0.89 0.02
HSL 51.93º 0.96% 0.54% -
HSV(B) 51.93º 0.89% 0.98% -
XYZ 65.22 71.59 11.42 -
YUV 206.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 250 220 27 0 0.12 0.89 0.02 51.93 0.96 0.54
Hex FA DC 1B 0 C 59 2 34 60 36
Octal 372 334 33 0 14 131 2 64 140 66
Binary 11111010 11011100 11011 0 1100 1011001 10 110100 1100000 110110

Color Harmonies of #FADC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC1B

Black with #FADC1B

Text Example


Text Example

White with #FADC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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