Html Css Color HEX #FAF515 Lemon

📋 copy color: '#FAF515'

red 250 ◦ green 245 ◦ blue 21

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

Shades of Lemon #FAF515

Tints of Lemon #FAF515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.48%

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

R = 48.45%
G = 47.48%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF515 (or 0xFAF515) is known color: Lemon. HEX triplet: FA, F5 and 15. RGB value is (250,245,21). Sum of RGB (Red+Green+Blue) = 250+245+21=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 21 (8.59% from 255 or 4.07% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF515 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF515 is #050AEA. Grayscale: #DDDDDD. Windows color (decimal): -330475 or 1439226. OLE color: 1439226.

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

Color convert

RGB 250 245 21 -
CMYK 0 0.02 0.92 0.02
HSL 58.69º 0.96% 0.53% -
HSV(B) 58.69º 0.92% 0.98% -
XYZ 72.21 85.68 13.44 -
YUV 220.96 15.16 148.71 -
System Red Green Blue C M Y K H S L
Decimal 250 245 21 0 0.02 0.92 0.02 58.69 0.96 0.53
Hex FA F5 15 0 2 5C 2 3B 60 35
Octal 372 365 25 0 2 134 2 73 140 65
Binary 11111010 11110101 10101 0 10 1011100 10 111011 1100000 110101

Color Harmonies of #FAF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF515

Black with #FAF515

Text Example


Text Example

White with #FAF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF515; }

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

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

background-color css

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

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

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

border-color css

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

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

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