Html Css Color HEX #FADB14 Lemon

📋 copy color: '#FADB14'

red 250 ◦ green 219 ◦ blue 20

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

Shades of Lemon #FADB14

Tints of Lemon #FADB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 51.12%
G = 44.79%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FADB14 (or 0xFADB14) is known color: Lemon. HEX triplet: FA, DB and 14. RGB value is (250,219,20). Sum of RGB (Red+Green+Blue) = 250+219+20=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB14 is #0524EB. Grayscale: #CECECE. Windows color (decimal): -337132 or 1367034. OLE color: 1367034.

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

Color convert

RGB 250 219 20 -
CMYK 0 0.12 0.92 0.02
HSL 51.91º 0.96% 0.53% -
HSV(B) 51.91º 0.92% 0.98% -
XYZ 64.88 71.04 10.95 -
YUV 205.58 23.27 159.68 -
System Red Green Blue C M Y K H S L
Decimal 250 219 20 0 0.12 0.92 0.02 51.91 0.96 0.53
Hex FA DB 14 0 C 5C 2 34 60 35
Octal 372 333 24 0 14 134 2 64 140 65
Binary 11111010 11011011 10100 0 1100 1011100 10 110100 1100000 110101

Color Harmonies of #FADB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB14

Black with #FADB14

Text Example


Text Example

White with #FADB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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