Html Css Color HEX #FAF314 Lemon

📋 copy color: '#FAF314'

red 250 ◦ green 243 ◦ blue 20

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

Shades of Lemon #FAF314

Tints of Lemon #FAF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.37%

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

R = 48.73%
G = 47.37%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF314 (or 0xFAF314) is known color: Lemon. HEX triplet: FA, F3 and 14. RGB value is (250,243,20). Sum of RGB (Red+Green+Blue) = 250+243+20=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF314 is #050CEB. Grayscale: #DCDCDC. Windows color (decimal): -330988 or 1373178. OLE color: 1373178.

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

Color convert

RGB 250 243 20 -
CMYK 0 0.03 0.92 0.02
HSL 58.17º 0.96% 0.53% -
HSV(B) 58.17º 0.92% 0.98% -
XYZ 71.6 84.48 13.19 -
YUV 219.67 15.32 149.63 -
System Red Green Blue C M Y K H S L
Decimal 250 243 20 0 0.03 0.92 0.02 58.17 0.96 0.53
Hex FA F3 14 0 3 5C 2 3A 60 35
Octal 372 363 24 0 3 134 2 72 140 65
Binary 11111010 11110011 10100 0 11 1011100 10 111010 1100000 110101

Color Harmonies of #FAF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF314

Black with #FAF314

Text Example


Text Example

White with #FAF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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