Html Css Color HEX #FEFA90 Milan

📋 copy color: '#FEFA90'

red 254 ◦ green 250 ◦ blue 144

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

Shades of Milan #FEFA90

Tints of Milan #FEFA90

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.58%

 BLUE value IS 144 (56.64% from 255) = 22.22%

R = 39.2%
G = 38.58%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEFA90 (or 0xFEFA90) is known color: Milan. HEX triplet: FE, FA and 90. RGB value is (254,250,144). Sum of RGB (Red+Green+Blue) = 254+250+144=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 144 (56.64% from 255 or 22.22% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA90 is #01056F. Grayscale: #EFEFEF. Windows color (decimal): -66928 or 9501438. OLE color: 9501438.

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

Color convert

RGB 254 250 144 -
CMYK 0 0.02 0.43 0.00
HSL 57.82º 0.98% 0.78% -
HSV(B) 57.82º 0.43% 1% -
XYZ 80.09 91.46 39.82 -
YUV 239.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 254 250 144 0 0.02 0.43 0.00 57.82 0.98 0.78
Hex FE FA 90 0 2 2B 0 3A 62 4E
Octal 376 372 220 0 2 53 0 72 142 116
Binary 11111110 11111010 10010000 0 10 101011 0 111010 1100010 1001110

Color Harmonies of #FEFA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA90

Black with #FEFA90

Text Example


Text Example

White with #FEFA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA90; }

 p { color: rgb(254,250,144); }

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

background-color css

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

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

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

border-color css

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

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

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