Html Css Color HEX #FAF313 Lemon

📋 copy color: '#FAF313'

red 250 ◦ green 243 ◦ blue 19

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

Shades of Lemon #FAF313

Tints of Lemon #FAF313

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

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

R = 48.83%
G = 47.46%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF313 (or 0xFAF313) is known color: Lemon. HEX triplet: FA, F3 and 13. RGB value is (250,243,19). Sum of RGB (Red+Green+Blue) = 250+243+19=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 19 (7.81% from 255 or 3.71% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF313 is #050CEC. Grayscale: #DCDCDC. Windows color (decimal): -330989 or 1307642. OLE color: 1307642.

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

Color convert

RGB 250 243 19 -
CMYK 0 0.03 0.92 0.02
HSL 58.18º 0.96% 0.53% -
HSV(B) 58.18º 0.92% 0.98% -
XYZ 71.59 84.47 13.15 -
YUV 219.56 14.82 149.71 -
System Red Green Blue C M Y K H S L
Decimal 250 243 19 0 0.03 0.92 0.02 58.18 0.96 0.53
Hex FA F3 13 0 3 5C 2 3A 60 35
Octal 372 363 23 0 3 134 2 72 140 65
Binary 11111010 11110011 10011 0 11 1011100 10 111010 1100000 110101

Color Harmonies of #FAF313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF313

Black with #FAF313

Text Example


Text Example

White with #FAF313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF313; }

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

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

background-color css

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

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

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

border-color css

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

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

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