Html Css Color HEX #FADA14 Lemon

📋 copy color: '#FADA14'

red 250 ◦ green 218 ◦ blue 20

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

Shades of Lemon #FADA14

Tints of Lemon #FADA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

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

R = 51.23%
G = 44.67%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FADA14 (or 0xFADA14) is known color: Lemon. HEX triplet: FA, DA and 14. RGB value is (250,218,20). Sum of RGB (Red+Green+Blue) = 250+218+20=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA14 is #0525EB. Grayscale: #CDCDCD. Windows color (decimal): -337388 or 1366778. OLE color: 1366778.

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

Color convert

RGB 250 218 20 -
CMYK 0 0.13 0.92 0.02
HSL 51.65º 0.96% 0.53% -
HSV(B) 51.65º 0.92% 0.98% -
XYZ 64.62 70.52 10.87 -
YUV 205 23.6 160.1 -
System Red Green Blue C M Y K H S L
Decimal 250 218 20 0 0.13 0.92 0.02 51.65 0.96 0.53
Hex FA DA 14 0 D 5C 2 34 60 35
Octal 372 332 24 0 15 134 2 64 140 65
Binary 11111010 11011010 10100 0 1101 1011100 10 110100 1100000 110101

Color Harmonies of #FADA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA14

Black with #FADA14

Text Example


Text Example

White with #FADA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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