Html Css Color HEX #FCE28C Vis Vis

📋 copy color: '#FCE28C'

red 252 ◦ green 226 ◦ blue 140

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

Shades of Vis Vis #FCE28C

Tints of Vis Vis #FCE28C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.57%

 BLUE value IS 140 (55.08% from 255) = 22.65%

R = 40.78%
G = 36.57%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCE28C (or 0xFCE28C) is known color: Vis Vis. HEX triplet: FC, E2 and 8C. RGB value is (252,226,140). Sum of RGB (Red+Green+Blue) = 252+226+140=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE28C is #031D73. Grayscale: #E0E0E0. Windows color (decimal): -204148 or 9233148. OLE color: 9233148.

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

Color convert

RGB 252 226 140 -
CMYK 0 0.10 0.44 0.01
HSL 46.07º 0.95% 0.77% -
HSV(B) 46.07º 0.44% 0.99% -
XYZ 72.07 76.98 35.87 -
YUV 223.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 252 226 140 0 0.10 0.44 0.01 46.07 0.95 0.77
Hex FC E2 8C 0 A 2C 1 2E 5F 4D
Octal 374 342 214 0 12 54 1 56 137 115
Binary 11111100 11100010 10001100 0 1010 101100 1 101110 1011111 1001101

Color Harmonies of #FCE28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE28C

Black with #FCE28C

Text Example


Text Example

White with #FCE28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE28C; }

 p { color: rgb(252,226,140); }

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

background-color css

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

 a { background-color: rgb(252,226,140); }

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

border-color css

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

 span { border-color: rgb(252,226,140); }

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