Html Css Color HEX #FAF115 Lemon

📋 copy color: '#FAF115'

red 250 ◦ green 241 ◦ blue 21

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

Shades of Lemon #FAF115

Tints of Lemon #FAF115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

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

R = 48.83%
G = 47.07%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF115 (or 0xFAF115) is known color: Lemon. HEX triplet: FA, F1 and 15. RGB value is (250,241,21). Sum of RGB (Red+Green+Blue) = 250+241+21=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 21 (8.59% from 255 or 4.10% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF115 is #050EEA. Grayscale: #DBDBDB. Windows color (decimal): -331499 or 1438202. OLE color: 1438202.

HSL color Cylindrical-coordinate representation of color #FAF115: hue angle of 57.64º 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 #FAF115 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 21 -
CMYK 0 0.04 0.92 0.02
HSL 57.64º 0.96% 0.53% -
HSV(B) 57.64º 0.92% 0.98% -
XYZ 71.01 83.29 13.04 -
YUV 218.61 16.48 150.39 -
System Red Green Blue C M Y K H S L
Decimal 250 241 21 0 0.04 0.92 0.02 57.64 0.96 0.53
Hex FA F1 15 0 4 5C 2 3A 60 35
Octal 372 361 25 0 4 134 2 72 140 65
Binary 11111010 11110001 10101 0 100 1011100 10 111010 1100000 110101

Color Harmonies of #FAF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF115

Black with #FAF115

Text Example


Text Example

White with #FAF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF115; }

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

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

background-color css

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

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

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

border-color css

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

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

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