Html Css Color HEX #FADA15 Lemon

📋 copy color: '#FADA15'

red 250 ◦ green 218 ◦ blue 21

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

Shades of Lemon #FADA15

Tints of Lemon #FADA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 51.12%
G = 44.58%
B = 4.29%

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

#FADA15 (or 0xFADA15) is known color: Lemon. HEX triplet: FA, DA and 15. RGB value is (250,218,21). Sum of RGB (Red+Green+Blue) = 250+218+21=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA15 is #0525EA. Grayscale: #CDCDCD. Windows color (decimal): -337387 or 1432314. OLE color: 1432314.

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

Color convert

RGB 250 218 21 -
CMYK 0 0.13 0.92 0.02
HSL 51.62º 0.96% 0.53% -
HSV(B) 51.62º 0.92% 0.98% -
XYZ 64.63 70.52 10.91 -
YUV 205.11 24.1 160.02 -
System Red Green Blue C M Y K H S L
Decimal 250 218 21 0 0.13 0.92 0.02 51.62 0.96 0.53
Hex FA DA 15 0 D 5C 2 34 60 35
Octal 372 332 25 0 15 134 2 64 140 65
Binary 11111010 11011010 10101 0 1101 1011100 10 110100 1100000 110101

Color Harmonies of #FADA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA15

Black with #FADA15

Text Example


Text Example

White with #FADA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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