Html Css Color HEX #FAFA1F Lemon

📋 copy color: '#FAFA1F'

red 250 ◦ green 250 ◦ blue 31

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

Shades of Lemon #FAFA1F

Tints of Lemon #FAFA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.84%

R = 47.08%
G = 47.08%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAFA1F (or 0xFAFA1F) is known color: Lemon. HEX triplet: FA, FA and 1F. RGB value is (250,250,31). Sum of RGB (Red+Green+Blue) = 250+250+31=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 31 (12.5% from 255 or 5.84% from 531); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA1F is #0505E0. Grayscale: #E1E1E1. Windows color (decimal): -329185 or 2095866. OLE color: 2095866.

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

Color convert

RGB 250 250 31 -
CMYK 0 0 0.88 0.02
HSL 60º 0.96% 0.55% -
HSV(B) 60º 0.88% 0.98% -
XYZ 73.86 88.79 14.54 -
YUV 225.03 18.5 145.81 -
System Red Green Blue C M Y K H S L
Decimal 250 250 31 0 0 0.88 0.02 60 0.96 0.55
Hex FA FA 1F 0 0 58 2 3C 60 37
Octal 372 372 37 0 0 130 2 74 140 67
Binary 11111010 11111010 11111 0 0 1011000 10 111100 1100000 110111

Color Harmonies of #FAFA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA1F

Black with #FAFA1F

Text Example


Text Example

White with #FAFA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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