Html Css Color HEX #FEF685 Milan

📋 copy color: '#FEF685'

red 254 ◦ green 246 ◦ blue 133

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

Shades of Milan #FEF685

Tints of Milan #FEF685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.86%

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

R = 40.13%
G = 38.86%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEF685 (or 0xFEF685) is known color: Milan. HEX triplet: FE, F6 and 85. RGB value is (254,246,133). Sum of RGB (Red+Green+Blue) = 254+246+133=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 133 (52.34% from 255 or 21.01% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF685 is #01097A. Grayscale: #EBEBEB. Windows color (decimal): -67963 or 8779518. OLE color: 8779518.

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

Color convert

RGB 254 246 133 -
CMYK 0 0.03 0.48 0.00
HSL 56.03º 0.98% 0.76% -
HSV(B) 56.03º 0.48% 1% -
XYZ 78.06 88.68 35.19 -
YUV 235.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 254 246 133 0 0.03 0.48 0.00 56.03 0.98 0.76
Hex FE F6 85 0 3 30 0 38 62 4C
Octal 376 366 205 0 3 60 0 70 142 114
Binary 11111110 11110110 10000101 0 11 110000 0 111000 1100010 1001100

Color Harmonies of #FEF685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF685

Black with #FEF685

Text Example


Text Example

White with #FEF685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF685; }

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

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

background-color css

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

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

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

border-color css

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

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

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