Html Css Color HEX #FAF614 Lemon

📋 copy color: '#FAF614'

red 250 ◦ green 246 ◦ blue 20

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

Shades of Lemon #FAF614

Tints of Lemon #FAF614

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.67%

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

R = 48.45%
G = 47.67%
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

#FAF614 (or 0xFAF614) is known color: Lemon. HEX triplet: FA, F6 and 14. RGB value is (250,246,20). Sum of RGB (Red+Green+Blue) = 250+246+20=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 20 (8.20% from 255 or 3.88% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF614 is #0509EB. Grayscale: #DEDEDE. Windows color (decimal): -330220 or 1373946. OLE color: 1373946.

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

Color convert

RGB 250 246 20 -
CMYK 0 0.02 0.92 0.02
HSL 58.96º 0.96% 0.53% -
HSV(B) 58.96º 0.92% 0.98% -
XYZ 72.51 86.29 13.5 -
YUV 221.43 14.33 148.38 -
System Red Green Blue C M Y K H S L
Decimal 250 246 20 0 0.02 0.92 0.02 58.96 0.96 0.53
Hex FA F6 14 0 2 5C 2 3B 60 35
Octal 372 366 24 0 2 134 2 73 140 65
Binary 11111010 11110110 10100 0 10 1011100 10 111011 1100000 110101

Color Harmonies of #FAF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF614

Black with #FAF614

Text Example


Text Example

White with #FAF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF614; }

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

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

background-color css

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

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

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

border-color css

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

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

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