Html Css Color HEX #FCE28B Vis Vis

📋 copy color: '#FCE28B'

red 252 ◦ green 226 ◦ blue 139

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

Shades of Vis Vis #FCE28B

Tints of Vis Vis #FCE28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.53%

R = 40.84%
G = 36.63%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCE28B (or 0xFCE28B) is known color: Vis Vis. HEX triplet: FC, E2 and 8B. RGB value is (252,226,139). Sum of RGB (Red+Green+Blue) = 252+226+139=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE28B is #031D74. Grayscale: #E0E0E0. Windows color (decimal): -204149 or 9167612. OLE color: 9167612.

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

Color convert

RGB 252 226 139 -
CMYK 0 0.10 0.45 0.01
HSL 46.19º 0.95% 0.77% -
HSV(B) 46.19º 0.45% 0.99% -
XYZ 72 76.95 35.48 -
YUV 223.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 252 226 139 0 0.10 0.45 0.01 46.19 0.95 0.77
Hex FC E2 8B 0 A 2D 1 2E 5F 4D
Octal 374 342 213 0 12 55 1 56 137 115
Binary 11111100 11100010 10001011 0 1010 101101 1 101110 1011111 1001101

Color Harmonies of #FCE28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE28B

Black with #FCE28B

Text Example


Text Example

White with #FCE28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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