Html Css Color HEX #FEFA85 Milan

📋 copy color: '#FEFA85'

red 254 ◦ green 250 ◦ blue 133

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

Shades of Milan #FEFA85

Tints of Milan #FEFA85

RGB

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

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

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

R = 39.87%
G = 39.25%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEFA85 (or 0xFEFA85) is known color: Milan. HEX triplet: FE, FA and 85. RGB value is (254,250,133). Sum of RGB (Red+Green+Blue) = 254+250+133=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 133 (52.34% from 255 or 20.88% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA85 is #01057A. Grayscale: #EEEEEE. Windows color (decimal): -66939 or 8780542. OLE color: 8780542.

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

Color convert

RGB 254 250 133 -
CMYK 0 0.02 0.48 0.00
HSL 58.02º 0.98% 0.76% -
HSV(B) 58.02º 0.48% 1% -
XYZ 79.29 91.14 35.6 -
YUV 237.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 254 250 133 0 0.02 0.48 0.00 58.02 0.98 0.76
Hex FE FA 85 0 2 30 0 3A 62 4C
Octal 376 372 205 0 2 60 0 72 142 114
Binary 11111110 11111010 10000101 0 10 110000 0 111010 1100010 1001100

Color Harmonies of #FEFA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA85

Black with #FEFA85

Text Example


Text Example

White with #FEFA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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