Html Css Color HEX #FCE595 Vis Vis

📋 copy color: '#FCE595'

red 252 ◦ green 229 ◦ blue 149

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

Shades of Vis Vis #FCE595

Tints of Vis Vis #FCE595

RGB

 RED value IS 252 (98.83% from 255) = 40%

 GREEN value IS 229 (89.84% from 255) = 36.35%

 BLUE value IS 149 (58.59% from 255) = 23.65%

R = 40%
G = 36.35%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCE595 (or 0xFCE595) is known color: Vis Vis. HEX triplet: FC, E5 and 95. RGB value is (252,229,149). Sum of RGB (Red+Green+Blue) = 252+229+149=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE595 is #031A6A. Grayscale: #E3E3E3. Windows color (decimal): -203371 or 9823740. OLE color: 9823740.

HSL color Cylindrical-coordinate representation of color #FCE595: hue angle of 46.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCE595 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 149 -
CMYK 0 0.09 0.41 0.01
HSL 46.6º 0.94% 0.79% -
HSV(B) 46.6º 0.41% 0.99% -
XYZ 73.59 78.9 39.79 -
YUV 226.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 252 229 149 0 0.09 0.41 0.01 46.6 0.94 0.79
Hex FC E5 95 0 9 29 1 2F 5E 4F
Octal 374 345 225 0 11 51 1 57 136 117
Binary 11111100 11100101 10010101 0 1001 101001 1 101111 1011110 1001111

Color Harmonies of #FCE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE595

Black with #FCE595

Text Example


Text Example

White with #FCE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE595; }

 p { color: rgb(252,229,149); }

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

background-color css

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

 a { background-color: rgb(252,229,149); }

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

border-color css

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

 span { border-color: rgb(252,229,149); }

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