Html Css Color HEX #FAFA84 Milan

📋 copy color: '#FAFA84'

red 250 ◦ green 250 ◦ blue 132

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

Shades of Milan #FAFA84

Tints of Milan #FAFA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 20.89%

R = 39.56%
G = 39.56%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAFA84 (or 0xFAFA84) is known color: Milan. HEX triplet: FA, FA and 84. RGB value is (250,250,132). Sum of RGB (Red+Green+Blue) = 250+250+132=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 132 (51.95% from 255 or 20.89% from 632); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA84 is #05057B. Grayscale: #EDEDED. Windows color (decimal): -329084 or 8715002. OLE color: 8715002.

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

Color convert

RGB 250 250 132 -
CMYK 0 0 0.47 0.02
HSL 60º 0.92% 0.75% -
HSV(B) 60º 0.47% 0.98% -
XYZ 77.77 90.36 35.17 -
YUV 236.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 250 250 132 0 0 0.47 0.02 60 0.92 0.75
Hex FA FA 84 0 0 2F 2 3C 5C 4B
Octal 372 372 204 0 0 57 2 74 134 113
Binary 11111010 11111010 10000100 0 0 101111 10 111100 1011100 1001011

Color Harmonies of #FAFA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA84

Black with #FAFA84

Text Example


Text Example

White with #FAFA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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