Html Css Color HEX #FDE091 Vis Vis

📋 copy color: '#FDE091'

red 253 ◦ green 224 ◦ blue 145

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

Shades of Vis Vis #FDE091

Tints of Vis Vis #FDE091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.01%

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

R = 40.68%
G = 36.01%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDE091 (or 0xFDE091) is known color: Vis Vis. HEX triplet: FD, E0 and 91. RGB value is (253,224,145). Sum of RGB (Red+Green+Blue) = 253+224+145=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 145 (57.03% from 255 or 23.31% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE091 is #021F6E. Grayscale: #E0E0E0. Windows color (decimal): -139119 or 9560317. OLE color: 9560317.

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

Color convert

RGB 253 224 145 -
CMYK 0 0.11 0.43 0.01
HSL 43.89º 0.96% 0.78% -
HSV(B) 43.89º 0.43% 0.99% -
XYZ 72.27 76.24 37.69 -
YUV 223.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 253 224 145 0 0.11 0.43 0.01 43.89 0.96 0.78
Hex FD E0 91 0 B 2B 1 2C 60 4E
Octal 375 340 221 0 13 53 1 54 140 116
Binary 11111101 11100000 10010001 0 1011 101011 1 101100 1100000 1001110

Color Harmonies of #FDE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE091

Black with #FDE091

Text Example


Text Example

White with #FDE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE091; }

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

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

background-color css

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

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

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

border-color css

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

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

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