Html Css Color HEX #FAF726 Lemon

📋 copy color: '#FAF726'

red 250 ◦ green 247 ◦ blue 38

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

Shades of Lemon #FAF726

Tints of Lemon #FAF726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.1%

R = 46.73%
G = 46.17%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAF726 (or 0xFAF726) is known color: Lemon. HEX triplet: FA, F7 and 26. RGB value is (250,247,38). Sum of RGB (Red+Green+Blue) = 250+247+38=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 38 (15.23% from 255 or 7.10% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF726 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF726 is #0508D9. Grayscale: #E0E0E0. Windows color (decimal): -329946 or 2553850. OLE color: 2553850.

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

Color convert

RGB 250 247 38 -
CMYK 0 0.01 0.85 0.02
HSL 59.15º 0.95% 0.56% -
HSV(B) 59.15º 0.85% 0.98% -
XYZ 73.03 86.99 14.77 -
YUV 224.07 22.99 146.49 -
System Red Green Blue C M Y K H S L
Decimal 250 247 38 0 0.01 0.85 0.02 59.15 0.95 0.56
Hex FA F7 26 0 1 55 2 3B 5F 38
Octal 372 367 46 0 1 125 2 73 137 70
Binary 11111010 11110111 100110 0 1 1010101 10 111011 1011111 111000

Color Harmonies of #FAF726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF726

Black with #FAF726

Text Example


Text Example

White with #FAF726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF726; }

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

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

background-color css

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

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

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

border-color css

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

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

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