Html Css Color HEX #FAD915 Lemon

📋 copy color: '#FAD915'

red 250 ◦ green 217 ◦ blue 21

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

Shades of Lemon #FAD915

Tints of Lemon #FAD915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

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

R = 51.23%
G = 44.47%
B = 4.3%

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

#FAD915 (or 0xFAD915) is known color: Lemon. HEX triplet: FA, D9 and 15. RGB value is (250,217,21). Sum of RGB (Red+Green+Blue) = 250+217+21=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD915 is #0526EA. Grayscale: #CDCDCD. Windows color (decimal): -337643 or 1432058. OLE color: 1432058.

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

Color convert

RGB 250 217 21 -
CMYK 0 0.13 0.92 0.02
HSL 51.35º 0.96% 0.53% -
HSV(B) 51.35º 0.92% 0.98% -
XYZ 64.37 70 10.83 -
YUV 204.52 24.43 160.44 -
System Red Green Blue C M Y K H S L
Decimal 250 217 21 0 0.13 0.92 0.02 51.35 0.96 0.53
Hex FA D9 15 0 D 5C 2 33 60 35
Octal 372 331 25 0 15 134 2 63 140 65
Binary 11111010 11011001 10101 0 1101 1011100 10 110011 1100000 110101

Color Harmonies of #FAD915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD915

Black with #FAD915

Text Example


Text Example

White with #FAD915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD915; }

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

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

background-color css

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

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

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

border-color css

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

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

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