Html Css Color HEX #FDE391 Vis Vis

📋 copy color: '#FDE391'

red 253 ◦ green 227 ◦ blue 145

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

Shades of Vis Vis #FDE391

Tints of Vis Vis #FDE391

RGB

 RED value IS 253 (99.22% from 255) = 40.48%

 GREEN value IS 227 (89.06% from 255) = 36.32%

 BLUE value IS 145 (57.03% from 255) = 23.2%

R = 40.48%
G = 36.32%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDE391 (or 0xFDE391) is known color: Vis Vis. HEX triplet: FD, E3 and 91. RGB value is (253,227,145). Sum of RGB (Red+Green+Blue) = 253+227+145=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 145 (57.03% from 255 or 23.2% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE391 is #021C6E. Grayscale: #E1E1E1. Windows color (decimal): -138351 or 9561085. OLE color: 9561085.

HSL color Cylindrical-coordinate representation of color #FDE391: hue angle of 45.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE391 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 145 -
CMYK 0 0.10 0.43 0.01
HSL 45.56º 0.96% 0.78% -
HSV(B) 45.56º 0.43% 0.99% -
XYZ 73.09 77.87 37.97 -
YUV 225.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 253 227 145 0 0.10 0.43 0.01 45.56 0.96 0.78
Hex FD E3 91 0 A 2B 1 2E 60 4E
Octal 375 343 221 0 12 53 1 56 140 116
Binary 11111101 11100011 10010001 0 1010 101011 1 101110 1100000 1001110

Color Harmonies of #FDE391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE391

Black with #FDE391

Text Example


Text Example

White with #FDE391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE391; }

 p { color: rgb(253,227,145); }

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

background-color css

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

 a { background-color: rgb(253,227,145); }

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

border-color css

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

 span { border-color: rgb(253,227,145); }

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