Html Css Color HEX #FADC0E Lemon

📋 copy color: '#FADC0E'

red 250 ◦ green 220 ◦ blue 14

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

Shades of Lemon #FADC0E

Tints of Lemon #FADC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.89%

R = 51.65%
G = 45.45%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FADC0E (or 0xFADC0E) is known color: Lemon. HEX triplet: FA, DC and 0E. RGB value is (250,220,14). Sum of RGB (Red+Green+Blue) = 250+220+14=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC0E is #0523F1. Grayscale: #CECECE. Windows color (decimal): -336882 or 974074. OLE color: 974074.

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

Color convert

RGB 250 220 14 -
CMYK 0 0.12 0.94 0.02
HSL 52.37º 0.96% 0.52% -
HSV(B) 52.37º 0.94% 0.98% -
XYZ 65.1 71.54 10.79 -
YUV 205.49 19.94 159.75 -
System Red Green Blue C M Y K H S L
Decimal 250 220 14 0 0.12 0.94 0.02 52.37 0.96 0.52
Hex FA DC E 0 C 5E 2 34 60 34
Octal 372 334 16 0 14 136 2 64 140 64
Binary 11111010 11011100 1110 0 1100 1011110 10 110100 1100000 110100

Color Harmonies of #FADC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC0E

Black with #FADC0E

Text Example


Text Example

White with #FADC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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