Html Css Color HEX #FAF722 Lemon

📋 copy color: '#FAF722'

red 250 ◦ green 247 ◦ blue 34

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

Shades of Lemon #FAF722

Tints of Lemon #FAF722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.4%

R = 47.08%
G = 46.52%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAF722 (or 0xFAF722) is known color: Lemon. HEX triplet: FA, F7 and 22. RGB value is (250,247,34). Sum of RGB (Red+Green+Blue) = 250+247+34=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 34 (13.67% from 255 or 6.40% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF722 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF722 is #0508DD. Grayscale: #E0E0E0. Windows color (decimal): -329950 or 2291706. OLE color: 2291706.

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

Color convert

RGB 250 247 34 -
CMYK 0 0.01 0.86 0.02
HSL 59.17º 0.96% 0.56% -
HSV(B) 59.17º 0.86% 0.98% -
XYZ 72.97 86.96 14.45 -
YUV 223.62 20.99 146.82 -
System Red Green Blue C M Y K H S L
Decimal 250 247 34 0 0.01 0.86 0.02 59.17 0.96 0.56
Hex FA F7 22 0 1 56 2 3B 60 38
Octal 372 367 42 0 1 126 2 73 140 70
Binary 11111010 11110111 100010 0 1 1010110 10 111011 1100000 111000

Color Harmonies of #FAF722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF722

Black with #FAF722

Text Example


Text Example

White with #FAF722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF722; }

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

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

background-color css

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

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

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

border-color css

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

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

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