Html Css Color HEX #FAF114 Lemon

📋 copy color: '#FAF114'

red 250 ◦ green 241 ◦ blue 20

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

Shades of Lemon #FAF114

Tints of Lemon #FAF114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

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

R = 48.92%
G = 47.16%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF114 (or 0xFAF114) is known color: Lemon. HEX triplet: FA, F1 and 14. RGB value is (250,241,20). Sum of RGB (Red+Green+Blue) = 250+241+20=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 20 (8.20% from 255 or 3.91% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF114 is #050EEB. Grayscale: #DBDBDB. Windows color (decimal): -331500 or 1372666. OLE color: 1372666.

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

Color convert

RGB 250 241 20 -
CMYK 0 0.04 0.92 0.02
HSL 57.65º 0.96% 0.53% -
HSV(B) 57.65º 0.92% 0.98% -
XYZ 71.01 83.29 13 -
YUV 218.5 15.98 150.47 -
System Red Green Blue C M Y K H S L
Decimal 250 241 20 0 0.04 0.92 0.02 57.65 0.96 0.53
Hex FA F1 14 0 4 5C 2 3A 60 35
Octal 372 361 24 0 4 134 2 72 140 65
Binary 11111010 11110001 10100 0 100 1011100 10 111010 1100000 110101

Color Harmonies of #FAF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF114

Black with #FAF114

Text Example


Text Example

White with #FAF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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