Html Css Color HEX #FAF513 Lemon

📋 copy color: '#FAF513'

red 250 ◦ green 245 ◦ blue 19

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

Shades of Lemon #FAF513

Tints of Lemon #FAF513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.7%

R = 48.64%
G = 47.67%
B = 3.7%

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

#FAF513 (or 0xFAF513) is known color: Lemon. HEX triplet: FA, F5 and 13. RGB value is (250,245,19). Sum of RGB (Red+Green+Blue) = 250+245+19=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 19 (7.81% from 255 or 3.70% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF513 is #050AEC. Grayscale: #DDDDDD. Windows color (decimal): -330477 or 1308154. OLE color: 1308154.

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

Color convert

RGB 250 245 19 -
CMYK 0 0.02 0.92 0.02
HSL 58.7º 0.96% 0.53% -
HSV(B) 58.7º 0.92% 0.98% -
XYZ 72.19 85.68 13.35 -
YUV 220.73 14.16 148.88 -
System Red Green Blue C M Y K H S L
Decimal 250 245 19 0 0.02 0.92 0.02 58.7 0.96 0.53
Hex FA F5 13 0 2 5C 2 3B 60 35
Octal 372 365 23 0 2 134 2 73 140 65
Binary 11111010 11110101 10011 0 10 1011100 10 111011 1100000 110101

Color Harmonies of #FAF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF513

Black with #FAF513

Text Example


Text Example

White with #FAF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF513; }

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

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

background-color css

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

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

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

border-color css

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

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

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