Html Css Color HEX #FAF718 Lemon

📋 copy color: '#FAF718'

red 250 ◦ green 247 ◦ blue 24

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

Shades of Lemon #FAF718

Tints of Lemon #FAF718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.61%

R = 47.98%
G = 47.41%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAF718 (or 0xFAF718) is known color: Lemon. HEX triplet: FA, F7 and 18. RGB value is (250,247,24). Sum of RGB (Red+Green+Blue) = 250+247+24=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 24 (9.77% from 255 or 4.61% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF718 is #0508E7. Grayscale: #DFDFDF. Windows color (decimal): -329960 or 1636346. OLE color: 1636346.

HSL color Cylindrical-coordinate representation of color #FAF718: 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 #FAF718 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 24 -
CMYK 0 0.01 0.90 0.02
HSL 59.2º 0.96% 0.54% -
HSV(B) 59.2º 0.9% 0.98% -
XYZ 72.85 86.91 13.8 -
YUV 222.48 15.99 147.63 -
System Red Green Blue C M Y K H S L
Decimal 250 247 24 0 0.01 0.90 0.02 59.2 0.96 0.54
Hex FA F7 18 0 1 5A 2 3B 60 36
Octal 372 367 30 0 1 132 2 73 140 66
Binary 11111010 11110111 11000 0 1 1011010 10 111011 1100000 110110

Color Harmonies of #FAF718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF718

Black with #FAF718

Text Example


Text Example

White with #FAF718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF718; }

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

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

background-color css

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

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

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

border-color css

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

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

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