Html Css Color HEX #FCE68A Vis Vis

📋 copy color: '#FCE68A'

red 252 ◦ green 230 ◦ blue 138

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

Shades of Vis Vis #FCE68A

Tints of Vis Vis #FCE68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.1%

 BLUE value IS 138 (54.3% from 255) = 22.26%

R = 40.65%
G = 37.1%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCE68A (or 0xFCE68A) is known color: Vis Vis. HEX triplet: FC, E6 and 8A. RGB value is (252,230,138). Sum of RGB (Red+Green+Blue) = 252+230+138=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 138 (54.30% from 255 or 22.26% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE68A is #031975. Grayscale: #E2E2E2. Windows color (decimal): -203126 or 9103100. OLE color: 9103100.

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

Color convert

RGB 252 230 138 -
CMYK 0 0.09 0.45 0.01
HSL 48.42º 0.95% 0.76% -
HSV(B) 48.42º 0.45% 0.99% -
XYZ 73.03 79.12 35.47 -
YUV 226.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 252 230 138 0 0.09 0.45 0.01 48.42 0.95 0.76
Hex FC E6 8A 0 9 2D 1 30 5F 4C
Octal 374 346 212 0 11 55 1 60 137 114
Binary 11111100 11100110 10001010 0 1001 101101 1 110000 1011111 1001100

Color Harmonies of #FCE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE68A

Black with #FCE68A

Text Example


Text Example

White with #FCE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE68A; }

 p { color: rgb(252,230,138); }

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

background-color css

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

 a { background-color: rgb(252,230,138); }

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

border-color css

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

 span { border-color: rgb(252,230,138); }

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