Html Css Color HEX #FEF68C Milan

📋 copy color: '#FEF68C'

red 254 ◦ green 246 ◦ blue 140

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

Shades of Milan #FEF68C

Tints of Milan #FEF68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 21.88%

R = 39.69%
G = 38.44%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEF68C (or 0xFEF68C) is known color: Milan. HEX triplet: FE, F6 and 8C. RGB value is (254,246,140). Sum of RGB (Red+Green+Blue) = 254+246+140=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 140 (55.08% from 255 or 21.88% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF68C is #010973. Grayscale: #ECECEC. Windows color (decimal): -67956 or 9238270. OLE color: 9238270.

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

Color convert

RGB 254 246 140 -
CMYK 0 0.03 0.45 0.00
HSL 55.79º 0.98% 0.77% -
HSV(B) 55.79º 0.45% 1% -
XYZ 78.56 88.88 37.83 -
YUV 236.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 254 246 140 0 0.03 0.45 0.00 55.79 0.98 0.77
Hex FE F6 8C 0 3 2D 0 38 62 4D
Octal 376 366 214 0 3 55 0 70 142 115
Binary 11111110 11110110 10001100 0 11 101101 0 111000 1100010 1001101

Color Harmonies of #FEF68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF68C

Black with #FEF68C

Text Example


Text Example

White with #FEF68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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