Html Css Color HEX #FAFA25 Lemon

📋 copy color: '#FAFA25'

red 250 ◦ green 250 ◦ blue 37

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

Shades of Lemon #FAFA25

Tints of Lemon #FAFA25

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.55%

 BLUE value IS 37 (14.84% from 255) = 6.89%

R = 46.55%
G = 46.55%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAFA25 (or 0xFAFA25) is known color: Lemon. HEX triplet: FA, FA and 25. RGB value is (250,250,37). Sum of RGB (Red+Green+Blue) = 250+250+37=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 37 (14.84% from 255 or 6.89% from 537); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA25 is #0505DA. Grayscale: #E2E2E2. Windows color (decimal): -329179 or 2489082. OLE color: 2489082.

HSL color Cylindrical-coordinate representation of color #FAFA25: hue angle of 60º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAFA25 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 37 -
CMYK 0 0 0.85 0.02
HSL 60º 0.96% 0.56% -
HSV(B) 60º 0.85% 0.98% -
XYZ 73.94 88.83 15 -
YUV 225.72 21.5 145.32 -
System Red Green Blue C M Y K H S L
Decimal 250 250 37 0 0 0.85 0.02 60 0.96 0.56
Hex FA FA 25 0 0 55 2 3C 60 38
Octal 372 372 45 0 0 125 2 74 140 70
Binary 11111010 11111010 100101 0 0 1010101 10 111100 1100000 111000

Color Harmonies of #FAFA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA25

Black with #FAFA25

Text Example


Text Example

White with #FAFA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA25; }

 p { color: rgb(250,250,37); }

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

background-color css

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

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

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

border-color css

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

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

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