Html Css Color HEX #FAF715 Lemon

📋 copy color: '#FAF715'

red 250 ◦ green 247 ◦ blue 21

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

Shades of Lemon #FAF715

Tints of Lemon #FAF715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.05%

R = 48.26%
G = 47.68%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF715 (or 0xFAF715) is known color: Lemon. HEX triplet: FA, F7 and 15. RGB value is (250,247,21). Sum of RGB (Red+Green+Blue) = 250+247+21=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 21 (8.59% from 255 or 4.05% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF715 is #0508EA. Grayscale: #DFDFDF. Windows color (decimal): -329963 or 1439738. OLE color: 1439738.

HSL color Cylindrical-coordinate representation of color #FAF715: 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.92%. Process color model (Four color, CMYK) of #FAF715 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 21 -
CMYK 0 0.01 0.92 0.02
HSL 59.21º 0.96% 0.53% -
HSV(B) 59.21º 0.92% 0.98% -
XYZ 72.82 86.9 13.64 -
YUV 222.13 14.49 147.88 -
System Red Green Blue C M Y K H S L
Decimal 250 247 21 0 0.01 0.92 0.02 59.21 0.96 0.53
Hex FA F7 15 0 1 5C 2 3B 60 35
Octal 372 367 25 0 1 134 2 73 140 65
Binary 11111010 11110111 10101 0 1 1011100 10 111011 1100000 110101

Color Harmonies of #FAF715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF715

Black with #FAF715

Text Example


Text Example

White with #FAF715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF715; }

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

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

background-color css

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

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

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

border-color css

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

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

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