Html Css Color HEX #FAF716 Lemon

📋 copy color: '#FAF716'

red 250 ◦ green 247 ◦ blue 22

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

Shades of Lemon #FAF716

Tints of Lemon #FAF716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.59%

 BLUE value IS 22 (8.98% from 255) = 4.24%

R = 48.17%
G = 47.59%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAF716 (or 0xFAF716) is known color: Lemon. HEX triplet: FA, F7 and 16. RGB value is (250,247,22). Sum of RGB (Red+Green+Blue) = 250+247+22=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 22 (8.98% from 255 or 4.24% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF716 is #0508E9. Grayscale: #DFDFDF. Windows color (decimal): -329962 or 1505274. OLE color: 1505274.

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

Color convert

RGB 250 247 22 -
CMYK 0 0.01 0.91 0.02
HSL 59.21º 0.96% 0.53% -
HSV(B) 59.21º 0.91% 0.98% -
XYZ 72.83 86.9 13.69 -
YUV 222.25 14.99 147.8 -
System Red Green Blue C M Y K H S L
Decimal 250 247 22 0 0.01 0.91 0.02 59.21 0.96 0.53
Hex FA F7 16 0 1 5B 2 3B 60 35
Octal 372 367 26 0 1 133 2 73 140 65
Binary 11111010 11110111 10110 0 1 1011011 10 111011 1100000 110101

Color Harmonies of #FAF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF716

Black with #FAF716

Text Example


Text Example

White with #FAF716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF716; }

 p { color: rgb(250,247,22); }

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

background-color css

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

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

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

border-color css

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

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

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