Html Css Color HEX #FEFF85 Milan

📋 copy color: '#FEFF85'

red 254 ◦ green 255 ◦ blue 133

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

Shades of Milan #FEFF85

Tints of Milan #FEFF85

RGB

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

 GREEN value IS 255 (100% from 255) = 39.72%

 BLUE value IS 133 (52.34% from 255) = 20.72%

R = 39.56%
G = 39.72%
B = 20.72%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FEFF85 (or 0xFEFF85) is known color: Milan. HEX triplet: FE, FF and 85. RGB value is (254,255,133). Sum of RGB (Red+Green+Blue) = 254+255+133=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 133 (52.34% from 255 or 20.72% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF85 is #01007A. Grayscale: #F1F1F1. Windows color (decimal): -65659 or 8781822. OLE color: 8781822.

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

Color convert

RGB 254 255 133 -
CMYK 0.00 0 0.48 0
HSL 60.49º 1% 0.76% -
HSV(B) 60.49º 0.48% 1% -
XYZ 80.87 94.28 36.13 -
YUV 240.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 254 255 133 0.00 0 0.48 0 60.49 1 0.76
Hex FE FF 85 0 0 30 0 3C 64 4C
Octal 376 377 205 0 0 60 0 74 144 114
Binary 11111110 11111111 10000101 0 0 110000 0 111100 1100100 1001100

Color Harmonies of #FEFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF85

Black with #FEFF85

Text Example


Text Example

White with #FEFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF85; }

 p { color: rgb(254,255,133); }

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

background-color css

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

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

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

border-color css

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

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

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