Html Css Color HEX #FAFA14 Lemon

📋 copy color: '#FAFA14'

red 250 ◦ green 250 ◦ blue 20

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

Shades of Lemon #FAFA14

Tints of Lemon #FAFA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.08%

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

R = 48.08%
G = 48.08%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAFA14 (or 0xFAFA14) is known color: Lemon. HEX triplet: FA, FA and 14. RGB value is (250,250,20). Sum of RGB (Red+Green+Blue) = 250+250+20=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 20 (8.20% from 255 or 3.85% from 520); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA14 is #0505EB. Grayscale: #E0E0E0. Windows color (decimal): -329196 or 1374970. OLE color: 1374970.

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

Color convert

RGB 250 250 20 -
CMYK 0 0 0.92 0.02
HSL 60º 0.96% 0.53% -
HSV(B) 60º 0.92% 0.98% -
XYZ 73.74 88.75 13.91 -
YUV 223.78 13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 250 250 20 0 0 0.92 0.02 60 0.96 0.53
Hex FA FA 14 0 0 5C 2 3C 60 35
Octal 372 372 24 0 0 134 2 74 140 65
Binary 11111010 11111010 10100 0 0 1011100 10 111100 1100000 110101

Color Harmonies of #FAFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA14

Black with #FAFA14

Text Example


Text Example

White with #FAFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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