Html Css Color HEX #FEFE82 Milan

📋 copy color: '#FEFE82'

red 254 ◦ green 254 ◦ blue 130

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

Shades of Milan #FEFE82

Tints of Milan #FEFE82

RGB

 RED value IS 254 (99.61% from 255) = 39.81%

 GREEN value IS 254 (99.61% from 255) = 39.81%

 BLUE value IS 130 (51.17% from 255) = 20.38%

R = 39.81%
G = 39.81%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEFE82 (or 0xFEFE82) is known color: Milan. HEX triplet: FE, FE and 82. RGB value is (254,254,130). Sum of RGB (Red+Green+Blue) = 254+254+130=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 130 (51.17% from 255 or 20.38% from 638); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE82 is #01017D. Grayscale: #F0F0F0. Windows color (decimal): -65918 or 8584958. OLE color: 8584958.

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

Color convert

RGB 254 254 130 -
CMYK 0 0 0.49 0.00
HSL 60º 0.98% 0.75% -
HSV(B) 60º 0.49% 1% -
XYZ 80.34 93.57 34.94 -
YUV 239.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 254 254 130 0 0 0.49 0.00 60 0.98 0.75
Hex FE FE 82 0 0 31 0 3C 62 4B
Octal 376 376 202 0 0 61 0 74 142 113
Binary 11111110 11111110 10000010 0 0 110001 0 111100 1100010 1001011

Color Harmonies of #FEFE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE82

Black with #FEFE82

Text Example


Text Example

White with #FEFE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE82; }

 p { color: rgb(254,254,130); }

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

background-color css

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

 a { background-color: rgb(254,254,130); }

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

border-color css

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

 span { border-color: rgb(254,254,130); }

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