Html Css Color HEX #FDE491 Vis Vis

📋 copy color: '#FDE491'

red 253 ◦ green 228 ◦ blue 145

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

Shades of Vis Vis #FDE491

Tints of Vis Vis #FDE491

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.42%

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

R = 40.42%
G = 36.42%
B = 23.16%

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

#FDE491 (or 0xFDE491) is known color: Vis Vis. HEX triplet: FD, E4 and 91. RGB value is (253,228,145). Sum of RGB (Red+Green+Blue) = 253+228+145=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 145 (57.03% from 255 or 23.16% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE491 is #021B6E. Grayscale: #E2E2E2. Windows color (decimal): -138095 or 9561341. OLE color: 9561341.

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

Color convert

RGB 253 228 145 -
CMYK 0 0.10 0.43 0.01
HSL 46.11º 0.96% 0.78% -
HSV(B) 46.11º 0.43% 0.99% -
XYZ 73.36 78.41 38.06 -
YUV 226.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 253 228 145 0 0.10 0.43 0.01 46.11 0.96 0.78
Hex FD E4 91 0 A 2B 1 2E 60 4E
Octal 375 344 221 0 12 53 1 56 140 116
Binary 11111101 11100100 10010001 0 1010 101011 1 101110 1100000 1001110

Color Harmonies of #FDE491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE491

Black with #FDE491

Text Example


Text Example

White with #FDE491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE491; }

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

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

background-color css

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

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

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

border-color css

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

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

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