Html Css Color HEX #FEF385 Milan

📋 copy color: '#FEF385'

red 254 ◦ green 243 ◦ blue 133

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

Shades of Milan #FEF385

Tints of Milan #FEF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.57%

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

R = 40.32%
G = 38.57%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEF385 (or 0xFEF385) is known color: Milan. HEX triplet: FE, F3 and 85. RGB value is (254,243,133). Sum of RGB (Red+Green+Blue) = 254+243+133=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 133 (52.34% from 255 or 21.11% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF385 is #010C7A. Grayscale: #EAEAEA. Windows color (decimal): -68731 or 8778750. OLE color: 8778750.

HSL color Cylindrical-coordinate representation of color #FEF385: hue angle of 54.55º 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 #FEF385 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 243 133 -
CMYK 0 0.04 0.48 0.00
HSL 54.55º 0.98% 0.76% -
HSV(B) 54.55º 0.48% 1% -
XYZ 77.16 86.87 34.89 -
YUV 233.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 254 243 133 0 0.04 0.48 0.00 54.55 0.98 0.76
Hex FE F3 85 0 4 30 0 37 62 4C
Octal 376 363 205 0 4 60 0 67 142 114
Binary 11111110 11110011 10000101 0 100 110000 0 110111 1100010 1001100

Color Harmonies of #FEF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF385

Black with #FEF385

Text Example


Text Example

White with #FEF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF385; }

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

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

background-color css

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

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

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

border-color css

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

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

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