Html Css Color HEX #FADF14 Lemon

📋 copy color: '#FADF14'

red 250 ◦ green 223 ◦ blue 20

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

Shades of Lemon #FADF14

Tints of Lemon #FADF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 20 (8.2% from 255) = 4.06%

R = 50.71%
G = 45.23%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FADF14 (or 0xFADF14) is known color: Lemon. HEX triplet: FA, DF and 14. RGB value is (250,223,20). Sum of RGB (Red+Green+Blue) = 250+223+20=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF14 is #0520EB. Grayscale: #D0D0D0. Windows color (decimal): -336108 or 1368058. OLE color: 1368058.

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

Color convert

RGB 250 223 20 -
CMYK 0 0.11 0.92 0.02
HSL 52.96º 0.96% 0.53% -
HSV(B) 52.96º 0.92% 0.98% -
XYZ 65.94 73.15 11.31 -
YUV 207.93 21.95 158.01 -
System Red Green Blue C M Y K H S L
Decimal 250 223 20 0 0.11 0.92 0.02 52.96 0.96 0.53
Hex FA DF 14 0 B 5C 2 35 60 35
Octal 372 337 24 0 13 134 2 65 140 65
Binary 11111010 11011111 10100 0 1011 1011100 10 110101 1100000 110101

Color Harmonies of #FADF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF14

Black with #FADF14

Text Example


Text Example

White with #FADF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF14; }

 p { color: rgb(250,223,20); }

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

background-color css

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

 a { background-color: rgb(250,223,20); }

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

border-color css

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

 span { border-color: rgb(250,223,20); }

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