Html Css Color HEX #FAF107 Lemon

📋 copy color: '#FAF107'

red 250 ◦ green 241 ◦ blue 7

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

Shades of Lemon #FAF107

Tints of Lemon #FAF107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.41%

R = 50.2%
G = 48.39%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAF107 (or 0xFAF107) is known color: Lemon. HEX triplet: FA, F1 and 07. RGB value is (250,241,7). Sum of RGB (Red+Green+Blue) = 250+241+7=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 7 (3.12% from 255 or 1.41% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF107 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF107 is #050EF8. Grayscale: #D9D9D9. Windows color (decimal): -331513 or 520698. OLE color: 520698.

HSL color Cylindrical-coordinate representation of color #FAF107: hue angle of 57.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAF107 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 7 -
CMYK 0 0.04 0.97 0.02
HSL 57.78º 0.96% 0.5% -
HSV(B) 57.78º 0.97% 0.98% -
XYZ 70.92 83.25 12.53 -
YUV 217.02 9.48 151.53 -
System Red Green Blue C M Y K H S L
Decimal 250 241 7 0 0.04 0.97 0.02 57.78 0.96 0.5
Hex FA F1 7 0 4 61 2 3A 60 32
Octal 372 361 7 0 4 141 2 72 140 62
Binary 11111010 11110001 111 0 100 1100001 10 111010 1100000 110010

Color Harmonies of #FAF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF107

Black with #FAF107

Text Example


Text Example

White with #FAF107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF107; }

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

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

background-color css

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

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

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

border-color css

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

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

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