Html Css Color HEX #FAF719 Lemon

📋 copy color: '#FAF719'

red 250 ◦ green 247 ◦ blue 25

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

Shades of Lemon #FAF719

Tints of Lemon #FAF719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.79%

R = 47.89%
G = 47.32%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAF719 (or 0xFAF719) is known color: Lemon. HEX triplet: FA, F7 and 19. RGB value is (250,247,25). Sum of RGB (Red+Green+Blue) = 250+247+25=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 25 (10.16% from 255 or 4.79% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF719 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF719 is #0508E6. Grayscale: #DFDFDF. Windows color (decimal): -329959 or 1701882. OLE color: 1701882.

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

Color convert

RGB 250 247 25 -
CMYK 0 0.01 0.9 0.02
HSL 59.2º 0.96% 0.54% -
HSV(B) 59.2º 0.9% 0.98% -
XYZ 72.86 86.92 13.86 -
YUV 222.59 16.49 147.55 -
System Red Green Blue C M Y K H S L
Decimal 250 247 25 0 0.01 0.9 0.02 59.2 0.96 0.54
Hex FA F7 19 0 1 5A 2 3B 60 36
Octal 372 367 31 0 1 132 2 73 140 66
Binary 11111010 11110111 11001 0 1 1011010 10 111011 1100000 110110

Color Harmonies of #FAF719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF719

Black with #FAF719

Text Example


Text Example

White with #FAF719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF719; }

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

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

background-color css

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

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

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

border-color css

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

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

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