Html Css Color HEX #FAF514 Lemon

📋 copy color: '#FAF514'

red 250 ◦ green 245 ◦ blue 20

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

Shades of Lemon #FAF514

Tints of Lemon #FAF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

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

R = 48.54%
G = 47.57%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF514 (or 0xFAF514) is known color: Lemon. HEX triplet: FA, F5 and 14. RGB value is (250,245,20). Sum of RGB (Red+Green+Blue) = 250+245+20=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 20 (8.20% from 255 or 3.88% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF514 is #050AEB. Grayscale: #DDDDDD. Windows color (decimal): -330476 or 1373690. OLE color: 1373690.

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

Color convert

RGB 250 245 20 -
CMYK 0 0.02 0.92 0.02
HSL 58.7º 0.96% 0.53% -
HSV(B) 58.7º 0.92% 0.98% -
XYZ 72.2 85.68 13.39 -
YUV 220.85 14.66 148.8 -
System Red Green Blue C M Y K H S L
Decimal 250 245 20 0 0.02 0.92 0.02 58.7 0.96 0.53
Hex FA F5 14 0 2 5C 2 3B 60 35
Octal 372 365 24 0 2 134 2 73 140 65
Binary 11111010 11110101 10100 0 10 1011100 10 111011 1100000 110101

Color Harmonies of #FAF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF514

Black with #FAF514

Text Example


Text Example

White with #FAF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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