Html Css Color HEX #FEDE90 Vis Vis

📋 copy color: '#FEDE90'

red 254 ◦ green 222 ◦ blue 144

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

Shades of Vis Vis #FEDE90

Tints of Vis Vis #FEDE90

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.81%

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

R = 40.97%
G = 35.81%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEDE90 (or 0xFEDE90) is known color: Vis Vis. HEX triplet: FE, DE and 90. RGB value is (254,222,144). Sum of RGB (Red+Green+Blue) = 254+222+144=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE90 is #01216F. Grayscale: #DFDFDF. Windows color (decimal): -74096 or 9494270. OLE color: 9494270.

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

Color convert

RGB 254 222 144 -
CMYK 0 0.13 0.43 0.00
HSL 42.55º 0.98% 0.78% -
HSV(B) 42.55º 0.43% 1% -
XYZ 72.03 75.33 37.13 -
YUV 222.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 254 222 144 0 0.13 0.43 0.00 42.55 0.98 0.78
Hex FE DE 90 0 D 2B 0 2B 62 4E
Octal 376 336 220 0 15 53 0 53 142 116
Binary 11111110 11011110 10010000 0 1101 101011 0 101011 1100010 1001110

Color Harmonies of #FEDE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE90

Black with #FEDE90

Text Example


Text Example

White with #FEDE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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